summaryrefslogtreecommitdiff
path: root/beos/scaffolding.cpp
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2012-03-25 23:03:11 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2012-03-25 23:03:11 +0000
commitb9a2def970522a4472168ecd12c338b7ef1aa2b9 (patch)
tree025ff1ffa26257c8e857a439663774251deaed9e /beos/scaffolding.cpp
parentad0c132f2bcd8554a445c7c5687e79c35f872c5b (diff)
downloadnetsurf-b9a2def970522a4472168ecd12c338b7ef1aa2b9.tar.gz
netsurf-b9a2def970522a4472168ecd12c338b7ef1aa2b9.tar.bz2
Fix BeOS build:
- comment out unneeded includes for now, - fix static lib linking order. svn path=/trunk/netsurf/; revision=13713
Diffstat (limited to 'beos/scaffolding.cpp')
-rw-r--r--beos/scaffolding.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/beos/scaffolding.cpp b/beos/scaffolding.cpp
index afe36bd8f..8dde6e509 100644
--- a/beos/scaffolding.cpp
+++ b/beos/scaffolding.cpp
@@ -49,10 +49,10 @@ extern "C" {
#include "desktop/options.h"
#include "desktop/selection.h"
#include "desktop/textinput.h"
-#include "render/box.h"
+//#include "render/box.h"
#include "render/font.h"
#include "render/form.h"
-#include "render/html.h"
+//#include "render/html.h"
#include "utils/messages.h"
#include "utils/schedule.h"
#include "utils/utils.h"