summaryrefslogtreecommitdiff
path: root/frontends/beos/gui.cpp
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-11 18:44:20 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-11 18:44:20 +0100
commitf236e7d6b7a80a3d95e278fdfa127be6fc1f7ea0 (patch)
tree2d8b815833b46d93ffc2c7f030cd6f5dcbf6e276 /frontends/beos/gui.cpp
parent3153335fdecc9b5d3e7a55d4416790504f9d96c3 (diff)
downloadnetsurf-f236e7d6b7a80a3d95e278fdfa127be6fc1f7ea0.tar.gz
netsurf-f236e7d6b7a80a3d95e278fdfa127be6fc1f7ea0.tar.bz2
remove unecessary content header inclusion from beos frontend
Diffstat (limited to 'frontends/beos/gui.cpp')
-rw-r--r--frontends/beos/gui.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontends/beos/gui.cpp b/frontends/beos/gui.cpp
index 100607aad..63378257f 100644
--- a/frontends/beos/gui.cpp
+++ b/frontends/beos/gui.cpp
@@ -61,12 +61,7 @@ extern "C" {
#include "netsurf/netsurf.h"
#include "netsurf/content.h"
#include "netsurf/browser_window.h"
-#include "content/content.h"
-#include "content/content_protected.h"
-#include "content/fetch.h"
#include "content/fetchers.h"
-#include "content/fetchers/resource.h"
-#include "content/hlcache.h"
#include "content/urldb.h"
}