diff options
Diffstat (limited to 'embed/mozilla/EphyUtils.h')
-rw-r--r-- | embed/mozilla/EphyUtils.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/embed/mozilla/EphyUtils.h b/embed/mozilla/EphyUtils.h index 2977dda74..8cc6706ab 100644 --- a/embed/mozilla/EphyUtils.h +++ b/embed/mozilla/EphyUtils.h @@ -21,12 +21,15 @@ #ifndef EPHY_UTILS_H #define EPHY_UTILS_H -#include <nsIIOService.h> -#include <nsIURI.h> -#include <nsIDOMWindow.h> +#include <nsError.h> #include <gtk/gtkwidget.h> +class nsAString; +class nsACString; +class nsIDOMWindow; +class nsIIOService; class nsIPrintSettings; +class nsIURI; struct _EmbedPrintInfo; namespace EphyUtils |