aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozRegisterComponents.cpp
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/mozilla/MozRegisterComponents.cpp
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/mozilla/MozRegisterComponents.cpp')
-rw-r--r--embed/mozilla/MozRegisterComponents.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/MozRegisterComponents.cpp b/embed/mozilla/MozRegisterComponents.cpp
index e712bbc5d..fc9ad200d 100644
--- a/embed/mozilla/MozRegisterComponents.cpp
+++ b/embed/mozilla/MozRegisterComponents.cpp
@@ -20,7 +20,7 @@
* $Id$
*/
-#include "mozilla-config.h"
+#include <xpcom-config.h>
#include "config.h"
#include <glib/gmessages.h>