summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 7fff04c82..e0d42265a 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -31,9 +31,10 @@
#include "content/content.h"
#include "desktop/gui.h"
#include "desktop/mouse.h"
-#include "render/html.h"
#include "utils/types.h"
+#include "frame_types.h"
+
struct box;
struct hlcache_handle;
struct form;
@@ -67,8 +68,6 @@ typedef enum {
DRAGGING_OTHER
} browser_drag_type;
-
-
/** Browser window data. */
struct browser_window {
/** Page currently displayed, or 0. Must have status READY or DONE. */