summaryrefslogtreecommitdiff
path: root/monkey/browser.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-17 09:27:58 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-17 09:27:58 +0100
commit7a6faf41994e1bd9a31112e7349221331e3fdc05 (patch)
tree6efdc04e2bbc28bfc0ce85454ea95af1f8af91a6 /monkey/browser.h
parent388122d7e90b57fe76efa2c78f85219fd8cbba81 (diff)
downloadnetsurf-7a6faf41994e1bd9a31112e7349221331e3fdc05.tar.gz
netsurf-7a6faf41994e1bd9a31112e7349221331e3fdc05.tar.bz2
reduce uncesessary inclusion of browser.h and browser_private.h
Diffstat (limited to 'monkey/browser.h')
-rw-r--r--monkey/browser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/monkey/browser.h b/monkey/browser.h
index 959c6a1e6..7fe7c5390 100644
--- a/monkey/browser.h
+++ b/monkey/browser.h
@@ -19,9 +19,6 @@
#ifndef NETSURF_MONKEY_BROWSER_H
#define NETSURF_MONKEY_BROWSER_H
-#include "desktop/browser.h"
-#include "content/hlcache.h"
-
extern struct gui_window_table *monkey_window_table;
extern struct gui_download_table *monkey_download_table;