diff options
Diffstat (limited to 'embed/mozilla/EphyHeaderSniffer.h')
-rw-r--r-- | embed/mozilla/EphyHeaderSniffer.h | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/embed/mozilla/EphyHeaderSniffer.h b/embed/mozilla/EphyHeaderSniffer.h index a2e9fcba4..74c27dbf3 100644 --- a/embed/mozilla/EphyHeaderSniffer.h +++ b/embed/mozilla/EphyHeaderSniffer.h @@ -41,15 +41,18 @@ #include "mozilla-embed-persist.h" -#include "nsString.h" -#include "nsIWebProgressListener.h" -#include "nsIWebBrowserPersist.h" -#include "nsIURI.h" -#include "nsILocalFile.h" -#include "nsIInputStream.h" -#include "nsIDOMDocument.h" -#include "nsIAuthPrompt.h" -#include "nsIPromptService.h" +#include <nsIWebProgressListener.h> +#include <nsIWebBrowserPersist.h> +#include <nsIURI.h> +#include <nsILocalFile.h> +#include <nsIInputStream.h> +#include <nsIDOMDocument.h> +#include <nsIAuthPrompt.h> +#include <nsIPromptService.h> + +#ifdef ALLOW_PRIVATE_STRINGS +#include <nsString.h> +#endif class EphyHeaderSniffer : public nsIWebProgressListener, public nsIAuthPrompt |