diff options
Diffstat (limited to 'embed/mozilla/EphyBrowser.cpp')
-rw-r--r-- | embed/mozilla/EphyBrowser.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/mozilla/EphyBrowser.cpp b/embed/mozilla/EphyBrowser.cpp index 2894b6e56..051b4d955 100644 --- a/embed/mozilla/EphyBrowser.cpp +++ b/embed/mozilla/EphyBrowser.cpp @@ -73,11 +73,11 @@ #include "nsIScriptSecurityManager.h" #include "nsIServiceManager.h" #include "nsIInterfaceRequestor.h" -#include <nsIDOMHTMLDocument.h> -#include <nsIDOMXMLDocument.h> +#include "nsIDOMHTMLDocument.h" +#include "nsIDOMXMLDocument.h" #ifdef ALLOW_PRIVATE_API -#include <content/nsIImageDocument.h> +#include "nsIImageDocument.h" /* not frozen yet */ #include "nsIContentPolicy.h" /* will never be frozen */ |