summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/haiku-softpipe/GalliumContext.cpp
diff options
context:
space:
mode:
authorAlexander von Gluck IV <[email protected]>2013-10-03 21:05:23 +0000
committerAlexander von Gluck IV <[email protected]>2013-10-04 18:20:09 -0500
commit4d15ef512176cef548240bce031949e696f54847 (patch)
tree690b32d651f8263d870d065e97f3dbe922873376 /src/gallium/targets/haiku-softpipe/GalliumContext.cpp
parentbc2fb19773908aa95f81c96ea4e22ff87167bfb4 (diff)
haiku: Drop haiku-softpipe.c; fix extern C
* It isn't needed any longer as we're moving in the code that called it. * The winsys code is C, so make sure we include the header in the extern C
Diffstat (limited to 'src/gallium/targets/haiku-softpipe/GalliumContext.cpp')
-rw-r--r--src/gallium/targets/haiku-softpipe/GalliumContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/haiku-softpipe/GalliumContext.cpp b/src/gallium/targets/haiku-softpipe/GalliumContext.cpp
index b7dd6855dc0..1c08fb1ab27 100644
--- a/src/gallium/targets/haiku-softpipe/GalliumContext.cpp
+++ b/src/gallium/targets/haiku-softpipe/GalliumContext.cpp
@@ -13,7 +13,6 @@
#include "GLView.h"
#include "bitmap_wrapper.h"
-#include "hgl_sw_winsys.h"
extern "C" {
#include "glapi/glapi.h"
#include "main/context.h"
@@ -26,6 +25,7 @@ extern "C" {
#include "state_tracker/st_gl_api.h"
#include "state_tracker/st_manager.h"
#include "state_tracker/sw_winsys.h"
+#include "hgl_sw_winsys.h"
#ifdef HAVE_LLVM
#include "llvmpipe/lp_public.h"
#else