aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozillaPrivate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/MozillaPrivate.cpp')
-rw-r--r--embed/mozilla/MozillaPrivate.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/embed/mozilla/MozillaPrivate.cpp b/embed/mozilla/MozillaPrivate.cpp
index a3dc3483f..fde024b2e 100644
--- a/embed/mozilla/MozillaPrivate.cpp
+++ b/embed/mozilla/MozillaPrivate.cpp
@@ -19,17 +19,15 @@
*/
#include "mozilla-config.h"
-
#include "config.h"
-#include "MozillaPrivate.h"
-
-#include <nsIServiceManager.h>
+#define MOZILLA_INTERNAL_API 1
#include <nsString.h>
-#include <nsPromiseFlatString.h>
#include "ephy-debug.h"
+#include "MozillaPrivate.h"
+
/* IMPORTANT. Put only code that use internal mozilla strings (nsAutoString for
* example) in this file. Note that you cannot use embed strings here,
* the header inclusions will conflict.