diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-15 23:15:42 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-15 23:15:42 +0800 |
commit | 41eafad36cb938d63f242ccd8dc2ad4988653614 (patch) | |
tree | d4d15adc5bb72bc22f2499cb66845ed856a43574 | |
parent | 4e80f98480981efd660bb3fda9bc01382574b669 (diff) | |
download | gsoc2013-epiphany-41eafad36cb938d63f242ccd8dc2ad4988653614.tar gsoc2013-epiphany-41eafad36cb938d63f242ccd8dc2ad4988653614.tar.gz gsoc2013-epiphany-41eafad36cb938d63f242ccd8dc2ad4988653614.tar.bz2 gsoc2013-epiphany-41eafad36cb938d63f242ccd8dc2ad4988653614.tar.lz gsoc2013-epiphany-41eafad36cb938d63f242ccd8dc2ad4988653614.tar.xz gsoc2013-epiphany-41eafad36cb938d63f242ccd8dc2ad4988653614.tar.zst gsoc2013-epiphany-41eafad36cb938d63f242ccd8dc2ad4988653614.zip |
Remove unneeded includes which mozilla cvs no longer provides.
2003-06-15 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-single.cpp:
Remove unneeded includes which mozilla cvs no longer provides.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/mozilla-embed-single.cpp | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2003-06-15 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/mozilla-embed-single.cpp: + + Remove unneeded includes which mozilla cvs no longer provides. + 2003-06-15 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index 235e77f05..aea368fe0 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -48,8 +48,6 @@ #include <nsIProtocolProxyService.h> #include <nsIJVMManager.h> #include <nsIAtom.h> -#include <nsICharsetConverterManager.h> -#include <nsICharsetConverterManager2.h> #include <nsIFontList.h> #include <nsISupportsPrimitives.h> #include <nsReadableUtils.h> |