diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-16 21:36:54 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-16 21:36:54 +0800 |
commit | 1d8df1dcd8dd809ab8d9936e9a682e0c8e62faee (patch) | |
tree | e2a224525d8fa1e0191a1c98a34160f1d422d39a | |
parent | 1e7b267e2f2b459991ec797423146974936f54f7 (diff) | |
download | gsoc2013-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-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/mozilla-notifiers.cpp | 3 |
2 files changed, 6 insertions, 3 deletions
@@ -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> |