diff options
Diffstat (limited to 'embed/mozilla/ContentHandler.h')
-rw-r--r-- | embed/mozilla/ContentHandler.h | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h index 3d850d9c6..834480161 100644 --- a/embed/mozilla/ContentHandler.h +++ b/embed/mozilla/ContentHandler.h @@ -24,21 +24,17 @@ #include "ephy-embed-shell.h" #include <libgnomevfs/gnome-vfs-mime-handlers.h> -#include "nsIHelperAppLauncherDialog.h" -#include "nsIExternalHelperAppService.h" -#include "nsCExternalHandlerService.h" -#include "nsIWebProgressListener.h" -#include "nsString.h" -#include "nsIURI.h" -#include "nsILocalFile.h" +#include <nsCOMPtr.h> +#include <nsISupports.h> +#include <nsIURI.h> +#include <nsIFile.h> -#include "nsCRT.h" -#include "nsWeakReference.h" +#include <nsIHelperAppLauncherDialog.h> -#include "nsCOMPtr.h" -#include "nsISupports.h" -#include "nsError.h" +#ifdef ALLOW_PRIVATE_STRINGS +#include <nsString.h> +#endif typedef enum { |