summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-20 23:14:19 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-20 23:14:19 +0100
commit19abe9bddfaeba06222ded85ca1e3430c4414354 (patch)
tree150efc9e750bea8765367911792ee45aac90b002
parenteab53da088c16449243218a527ba142a9677d93d (diff)
downloadnetsurf-19abe9bddfaeba06222ded85ca1e3430c4414354.tar.gz
netsurf-19abe9bddfaeba06222ded85ca1e3430c4414354.tar.bz2
remove unecessary include from beos bitmap header
-rw-r--r--beos/bitmap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/beos/bitmap.h b/beos/bitmap.h
index 8c47ce96f..bcf5f7b8d 100644
--- a/beos/bitmap.h
+++ b/beos/bitmap.h
@@ -20,9 +20,6 @@
#define NS_BEOS_BITMAP_H
#include <Bitmap.h>
-extern "C" {
-#include "image/bitmap.h"
-}
extern struct gui_bitmap_table *beos_bitmap_table;