Bug 1388789 - remove prio.h include from nsTextFormatter.h; r?froydnj draft
authorTom Tromey <tom@tromey.com>
Thu, 31 Aug 2017 15:22:36 -0600
changeset 667043 a4718aa876bfe428a5d7eec71279ceba10b3aac5
parent 667042 8fd592782c4970be571dc2e2d8925ae4e427b2bf
child 667044 0af0358198b80926a8196adc52d6931c49e1ae61
push id80599
push userbmo:ttromey@mozilla.com
push dateTue, 19 Sep 2017 16:49:35 +0000
reviewersfroydnj
bugs1388789
milestone57.0a1
Bug 1388789 - remove prio.h include from nsTextFormatter.h; r?froydnj This header is not needed here. MozReview-Commit-ID: 1msozRXsHXR
xpcom/string/nsTextFormatter.h
--- 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