summaryrefslogtreecommitdiff
path: root/monkey/poll.c
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/poll.c
parent388122d7e90b57fe76efa2c78f85219fd8cbba81 (diff)
downloadnetsurf-7a6faf41994e1bd9a31112e7349221331e3fdc05.tar.gz
netsurf-7a6faf41994e1bd9a31112e7349221331e3fdc05.tar.bz2
reduce uncesessary inclusion of browser.h and browser_private.h
Diffstat (limited to 'monkey/poll.c')
-rw-r--r--monkey/poll.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/monkey/poll.c b/monkey/poll.c
index 187849b2a..6e96919a1 100644
--- a/monkey/poll.c
+++ b/monkey/poll.c
@@ -17,11 +17,12 @@
*/
#include <assert.h>
+#include <stdlib.h>
-#include "desktop/browser.h"
-#include "monkey/schedule.h"
-#include "monkey/browser.h"
+#include "content/hlcache.h"
#include "content/fetchers.h"
+
+#include "monkey/schedule.h"
#include "monkey/dispatch.h"
#include "monkey/poll.h"