summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/haiku-softpipe/GalliumContext.cpp
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-08-28 22:22:21 +0100
committerAlexander von Gluck IV <[email protected]>2014-08-28 21:41:51 -0400
commit76e5406e585c0d001fc215cda080d450e93d426f (patch)
tree5b4cca5595c216894dde34d69af750aed4d0cd21 /src/gallium/targets/haiku-softpipe/GalliumContext.cpp
parentf5fb9c556b8c71b11d6bdd2b18fc39b6fe7d746d (diff)
targets/haiku-softpipe: explicitly prefix sw/hgl header
Cc: Alexander von Gluck IV <[email protected]> Signed-off-by: Emil Velikov <[email protected]>
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 c740458bc72..d7d5d9d731c 100644
--- a/src/gallium/targets/haiku-softpipe/GalliumContext.cpp
+++ b/src/gallium/targets/haiku-softpipe/GalliumContext.cpp
@@ -26,8 +26,8 @@ extern "C" {
#include "state_tracker/st_gl_api.h"
#include "state_tracker/st_manager.h"
#include "state_tracker/sw_winsys.h"
+#include "sw/hgl/hgl_sw_winsys.h"
#include "util/u_memory.h"
-#include "hgl_sw_winsys.h"
#include "target-helpers/inline_sw_helper.h"
#include "target-helpers/inline_debug_helper.h"