aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozRegisterComponents.cpp
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-24 07:27:37 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-24 07:27:37 +0800
commit876084efe77d9aa633b3ec4aad7910ad27f68ffd (patch)
tree0624df6348225b3b7a000d51921433283cd67472 /embed/mozilla/MozRegisterComponents.cpp
parent32cffc77d9fb08dd41e76f00fb4be7a47483c0e2 (diff)
downloadgsoc2013-epiphany-876084efe77d9aa633b3ec4aad7910ad27f68ffd.tar
gsoc2013-epiphany-876084efe77d9aa633b3ec4aad7910ad27f68ffd.tar.gz
gsoc2013-epiphany-876084efe77d9aa633b3ec4aad7910ad27f68ffd.tar.bz2
gsoc2013-epiphany-876084efe77d9aa633b3ec4aad7910ad27f68ffd.tar.lz
gsoc2013-epiphany-876084efe77d9aa633b3ec4aad7910ad27f68ffd.tar.xz
gsoc2013-epiphany-876084efe77d9aa633b3ec4aad7910ad27f68ffd.tar.zst
gsoc2013-epiphany-876084efe77d9aa633b3ec4aad7910ad27f68ffd.zip
Remove.
2003-11-24 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/BaseProtocolContentHandler.cpp: * embed/mozilla/BaseProtocolContentHandler.h: * embed/mozilla/BaseProtocolHandler.cpp: * embed/mozilla/BaseProtocolHandler.h: Remove. * embed/mozilla/ExternalProtocolHandlers.cpp: * embed/mozilla/ExternalProtocolHandlers.h: Merge base implementations here. No need of using 200 files for a work around of mozilla problems ;) * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: Use ftp CID directly from mozilla headers instead of doing a copy of it in ours.
Diffstat (limited to 'embed/mozilla/MozRegisterComponents.cpp')
-rw-r--r--embed/mozilla/MozRegisterComponents.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/MozRegisterComponents.cpp b/embed/mozilla/MozRegisterComponents.cpp
index 8133a2650..1b81702a6 100644
--- a/embed/mozilla/MozRegisterComponents.cpp
+++ b/embed/mozilla/MozRegisterComponents.cpp
@@ -39,6 +39,7 @@
#include <nsIComponentRegistrar.h>
#include <nsCOMPtr.h>
#include <nsILocalFile.h>
+#include <nsNetCID.h>
#include <glib.h>