aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
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 /plugins
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 'plugins')
-rw-r--r--plugins/desktop-file/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/desktop-file/plugin.cpp b/plugins/desktop-file/plugin.cpp
index bd6031dae..52b94c8d3 100644
--- a/plugins/desktop-file/plugin.cpp
+++ b/plugins/desktop-file/plugin.cpp
@@ -25,7 +25,7 @@
* $Id$
*/
-#include "mozilla-config.h"
+#include <xpcom-config.h>
#include "config.h"
#include <string.h>