aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-13 04:40:13 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-13 04:40:13 +0800
commitf9682ce4d2a1e2a5ec4647b09b41ecfee682817a (patch)
treec901e2ab27e6b0a2c601d05b56cc5556417b04b9 /embed/xulrunner/src
parent8d53d634f2e2a96495b05657e278a2e8d47efec4 (diff)
downloadgsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar.gz
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar.bz2
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar.lz
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar.xz
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.tar.zst
gsoc2013-epiphany-f9682ce4d2a1e2a5ec4647b09b41ecfee682817a.zip
Include xpcom-config.h, not mozilla-config.h
svn path=/trunk/; revision=7406
Diffstat (limited to 'embed/xulrunner/src')
-rw-r--r--embed/xulrunner/src/AutoJSContextStack.cpp2
-rw-r--r--embed/xulrunner/src/AutoWindowModalState.cpp2
-rw-r--r--embed/xulrunner/src/EmbedContentListener.cpp2
-rw-r--r--embed/xulrunner/src/EmbedEventListener.cpp2
-rw-r--r--embed/xulrunner/src/EmbedProgress.cpp2
-rw-r--r--embed/xulrunner/src/EmbedStream.cpp2
-rw-r--r--embed/xulrunner/src/EmbedWindow.cpp2
-rw-r--r--embed/xulrunner/src/EmbedWindowCreator.cpp2
-rw-r--r--embed/xulrunner/src/GeckoBrowser.cpp2
-rw-r--r--embed/xulrunner/src/GeckoPromptService.cpp2
-rw-r--r--embed/xulrunner/src/GeckoSingle.cpp2
-rw-r--r--embed/xulrunner/src/GeckoUtils.cpp2
-rw-r--r--embed/xulrunner/src/gecko-dom-event.cpp2
-rw-r--r--embed/xulrunner/src/gecko-embed-single.cpp2
-rw-r--r--embed/xulrunner/src/gecko-embed.cpp2
-rw-r--r--embed/xulrunner/src/gecko-init.cpp2
16 files changed, 16 insertions, 16 deletions
diff --git a/embed/xulrunner/src/AutoJSContextStack.cpp b/embed/xulrunner/src/AutoJSContextStack.cpp
index 1e02b60fd..9c918fc3b 100644
--- a/embed/xulrunner/src/AutoJSContextStack.cpp
+++ b/embed/xulrunner/src/AutoJSContextStack.cpp
@@ -18,7 +18,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include "AutoJSContextStack.h"
diff --git a/embed/xulrunner/src/AutoWindowModalState.cpp b/embed/xulrunner/src/AutoWindowModalState.cpp
index f64790214..5f38acec5 100644
--- a/embed/xulrunner/src/AutoWindowModalState.cpp
+++ b/embed/xulrunner/src/AutoWindowModalState.cpp
@@ -18,7 +18,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include "AutoWindowModalState.h"
diff --git a/embed/xulrunner/src/EmbedContentListener.cpp b/embed/xulrunner/src/EmbedContentListener.cpp
index 8a3280488..9c5c0be78 100644
--- a/embed/xulrunner/src/EmbedContentListener.cpp
+++ b/embed/xulrunner/src/EmbedContentListener.cpp
@@ -32,7 +32,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include <strings.h>
diff --git a/embed/xulrunner/src/EmbedEventListener.cpp b/embed/xulrunner/src/EmbedEventListener.cpp
index e4803b8bd..0d51764dc 100644
--- a/embed/xulrunner/src/EmbedEventListener.cpp
+++ b/embed/xulrunner/src/EmbedEventListener.cpp
@@ -33,7 +33,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include <nsCOMPtr.h>
diff --git a/embed/xulrunner/src/EmbedProgress.cpp b/embed/xulrunner/src/EmbedProgress.cpp
index d31e9f850..1f1cd0e2b 100644
--- a/embed/xulrunner/src/EmbedProgress.cpp
+++ b/embed/xulrunner/src/EmbedProgress.cpp
@@ -33,7 +33,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include "EmbedProgress.h"
diff --git a/embed/xulrunner/src/EmbedStream.cpp b/embed/xulrunner/src/EmbedStream.cpp
index 6cd08d400..c6c2778e0 100644
--- a/embed/xulrunner/src/EmbedStream.cpp
+++ b/embed/xulrunner/src/EmbedStream.cpp
@@ -32,7 +32,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include <config.h>
#include <nsIPipe.h>
diff --git a/embed/xulrunner/src/EmbedWindow.cpp b/embed/xulrunner/src/EmbedWindow.cpp
index 15c098f28..436d6065b 100644
--- a/embed/xulrunner/src/EmbedWindow.cpp
+++ b/embed/xulrunner/src/EmbedWindow.cpp
@@ -33,7 +33,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include <config.h>
#include <nsCWebBrowser.h>
diff --git a/embed/xulrunner/src/EmbedWindowCreator.cpp b/embed/xulrunner/src/EmbedWindowCreator.cpp
index 1c05add95..e27f0ca37 100644
--- a/embed/xulrunner/src/EmbedWindowCreator.cpp
+++ b/embed/xulrunner/src/EmbedWindowCreator.cpp
@@ -32,7 +32,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include "EmbedWindowCreator.h"
diff --git a/embed/xulrunner/src/GeckoBrowser.cpp b/embed/xulrunner/src/GeckoBrowser.cpp
index 5a91a98bf..f4facf0ff 100644
--- a/embed/xulrunner/src/GeckoBrowser.cpp
+++ b/embed/xulrunner/src/GeckoBrowser.cpp
@@ -33,7 +33,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include "nsIDocShell.h"
diff --git a/embed/xulrunner/src/GeckoPromptService.cpp b/embed/xulrunner/src/GeckoPromptService.cpp
index c9c5b03c2..db4eece1d 100644
--- a/embed/xulrunner/src/GeckoPromptService.cpp
+++ b/embed/xulrunner/src/GeckoPromptService.cpp
@@ -18,7 +18,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include <glib.h>
diff --git a/embed/xulrunner/src/GeckoSingle.cpp b/embed/xulrunner/src/GeckoSingle.cpp
index 4b5d8e467..beb4b245a 100644
--- a/embed/xulrunner/src/GeckoSingle.cpp
+++ b/embed/xulrunner/src/GeckoSingle.cpp
@@ -33,7 +33,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include <config.h>
#include <stdlib.h>
diff --git a/embed/xulrunner/src/GeckoUtils.cpp b/embed/xulrunner/src/GeckoUtils.cpp
index b9d6e3f53..c71fce4ba 100644
--- a/embed/xulrunner/src/GeckoUtils.cpp
+++ b/embed/xulrunner/src/GeckoUtils.cpp
@@ -26,7 +26,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include "GeckoUtils.h"
diff --git a/embed/xulrunner/src/gecko-dom-event.cpp b/embed/xulrunner/src/gecko-dom-event.cpp
index 2acdac583..3eb81929e 100644
--- a/embed/xulrunner/src/gecko-dom-event.cpp
+++ b/embed/xulrunner/src/gecko-dom-event.cpp
@@ -18,7 +18,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include "gecko-dom-event.h"
diff --git a/embed/xulrunner/src/gecko-embed-single.cpp b/embed/xulrunner/src/gecko-embed-single.cpp
index dd147e512..a38558147 100644
--- a/embed/xulrunner/src/gecko-embed-single.cpp
+++ b/embed/xulrunner/src/gecko-embed-single.cpp
@@ -35,7 +35,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include "gecko-embed-single.h"
diff --git a/embed/xulrunner/src/gecko-embed.cpp b/embed/xulrunner/src/gecko-embed.cpp
index 1db324c44..6ad9a3ae4 100644
--- a/embed/xulrunner/src/gecko-embed.cpp
+++ b/embed/xulrunner/src/gecko-embed.cpp
@@ -35,7 +35,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include "config.h"
#include "gecko-embed.h"
diff --git a/embed/xulrunner/src/gecko-init.cpp b/embed/xulrunner/src/gecko-init.cpp
index cbad02a67..5b4f62a93 100644
--- a/embed/xulrunner/src/gecko-init.cpp
+++ b/embed/xulrunner/src/gecko-init.cpp
@@ -33,7 +33,7 @@
* $Id$
*/
-#include <mozilla-config.h>
+#include <xpcom-config.h>
#include <config.h>
#include <stdlib.h>