aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-16 21:36:54 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-16 21:36:54 +0800
commit1d8df1dcd8dd809ab8d9936e9a682e0c8e62faee (patch)
treee2a224525d8fa1e0191a1c98a34160f1d422d39a
parent1e7b267e2f2b459991ec797423146974936f54f7 (diff)
downloadgsoc2013-epiphany-1d8df1dcd8dd809ab8d9936e9a682e0c8e62faee.tar
gsoc2013-epiphany-1d8df1dcd8dd809ab8d9936e9a682e0c8e62faee.tar.gz
gsoc2013-epiphany-1d8df1dcd8dd809ab8d9936e9a682e0c8e62faee.tar.bz2
gsoc2013-epiphany-1d8df1dcd8dd809ab8d9936e9a682e0c8e62faee.tar.lz
gsoc2013-epiphany-1d8df1dcd8dd809ab8d9936e9a682e0c8e62faee.tar.xz
gsoc2013-epiphany-1d8df1dcd8dd809ab8d9936e9a682e0c8e62faee.tar.zst
gsoc2013-epiphany-1d8df1dcd8dd809ab8d9936e9a682e0c8e62faee.zip
No need to include nsEmbedString.h.
2004-11-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.cpp: No need to include nsEmbedString.h.
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/mozilla-notifiers.cpp3
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fd534bc6f..aa8a93e1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2004-11-16 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-notifiers.cpp:
+
+ No need to include nsEmbedString.h.
+
+2004-11-16 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/mozilla-notifiers.cpp:
* embed/mozilla/mozilla-notifiers.h:
Make mozilla_notifier_add return the connection ID, and
diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp
index f706f32ba..063973b6d 100644
--- a/embed/mozilla/mozilla-notifiers.cpp
+++ b/embed/mozilla/mozilla-notifiers.cpp
@@ -39,9 +39,6 @@
#include <string.h>
#include <stdlib.h>
-#define MOZILLA_STRICT_API
-#include <nsEmbedString.h>
-#undef MOZILLA_STRICT_API
#include <nsCOMPtr.h>
#include <nsIServiceManager.h>
#include <nsIPrefService.h>