haiku/hgl: Fix build via header reordering
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Thu, 9 Jan 2020 00:58:31 +0000 (00:58 +0000)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Wed, 22 Jan 2020 16:21:54 +0000 (16:21 +0000)
src/gallium/state_trackers/hgl/hgl_context.h

index c5995f1..e2ebfba 100644 (file)
@@ -9,11 +9,13 @@
 #define HGL_CONTEXT_H
 
 
-#include "state_tracker/st_api.h"
-#include "state_tracker/st_manager.h"
+#include "pipe/p_format.h"
 #include "pipe/p_compiler.h"
 #include "pipe/p_screen.h"
 #include "postprocess/filters.h"
+
+#include "state_tracker/st_api.h"
+#include "state_tracker/st_manager.h"
 #include "os/os_thread.h"
 
 #include "bitmap_wrapper.h"