diff options
Diffstat (limited to 'embed/mozilla/EphySingle.h')
-rw-r--r-- | embed/mozilla/EphySingle.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/embed/mozilla/EphySingle.h b/embed/mozilla/EphySingle.h index 9bbc3f863..c5dcaca53 100644 --- a/embed/mozilla/EphySingle.h +++ b/embed/mozilla/EphySingle.h @@ -22,16 +22,16 @@ #ifndef EPHY_SINGLE_H #define EPHY_SINGLE_H -#include "ephy-embed-single.h" -#include "ephy-cookie-manager.h" -#include "ephy-permission-manager.h" - #include <nsCOMPtr.h> #include <nsIObserver.h> #include <nsIObserverService.h> -#include <nsWeakReference.h> -#include <nsICookie.h> -#include <nsIPermission.h> + +#include "ephy-cookie-manager.h" +#include "ephy-embed-single.h" +#include "ephy-permission-manager.h" + +class nsICookie; +class nsIPermission; class EphySingle : public nsIObserver { |