author | Tom Tromey <tom@tromey.com> |
Thu, 31 Aug 2017 15:22:36 -0600 | |
changeset 381903 | ec3f626df9d1fde0095c0df104a7f4e7863ca5ff |
parent 381902 | e9844f691218261440035e835748826b64c7ca38 |
child 381904 | c118b2a8f1b12e7354b8fe284b489310bc717d99 |
push id | 32542 |
push user | kwierso@gmail.com |
push date | Wed, 20 Sep 2017 21:07:55 +0000 |
treeherder | mozilla-central@319a34bea9e4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | froydnj |
bugs | 1388789 |
milestone | 57.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/xpcom/string/nsTextFormatter.h +++ b/xpcom/string/nsTextFormatter.h @@ -25,17 +25,16 @@ ** %lld, %llu, %llx, %llX, %llo - 64 bit versions of above ** %s - utf8 string ** %S - char16_t string ** %c - character ** %p - pointer (deals with machine dependent pointer size) ** %f - float ** %g - float */ -#include "prio.h" #include <stdio.h> #include <stdarg.h> #include "nscore.h" #include "nsStringGlue.h" #ifdef XPCOM_GLUE #error "nsTextFormatter is not available in the standalone glue due to NSPR dependencies." #endif