diff options
Diffstat (limited to 'src/gallium/targets/haiku-softpipe/GalliumContext.h')
-rw-r--r-- | src/gallium/targets/haiku-softpipe/GalliumContext.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gallium/targets/haiku-softpipe/GalliumContext.h b/src/gallium/targets/haiku-softpipe/GalliumContext.h index b50d52895fc..22076cbb141 100644 --- a/src/gallium/targets/haiku-softpipe/GalliumContext.h +++ b/src/gallium/targets/haiku-softpipe/GalliumContext.h @@ -12,14 +12,10 @@ #include <stddef.h> #include <kernel/image.h> -extern "C" { -//#include "state_tracker/st_api.h" #include "pipe/p_compiler.h" #include "pipe/p_screen.h" #include "postprocess/filters.h" -#include "os/os_thread.h" #include "hgl_context.h" -} #include "bitmap_wrapper.h" @@ -56,6 +52,6 @@ private: context_id fCurrentContext; pipe_mutex fMutex; }; - + #endif /* GALLIUMCONTEXT_H */ |