Mesa (master): haiku/hgl: Fix build via header reordering

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 22 16:37:40 UTC 2020


Module: Mesa
Branch: master
Commit: 49d2a066c217335b227e739c19b5a1576e70a141
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=49d2a066c217335b227e739c19b5a1576e70a141

Author: Alexander von Gluck IV <kallisti5 at unixzen.com>
Date:   Thu Jan  9 00:58:31 2020 +0000

haiku/hgl: Fix build via header reordering

---

 src/gallium/state_trackers/hgl/hgl_context.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/gallium/state_trackers/hgl/hgl_context.h b/src/gallium/state_trackers/hgl/hgl_context.h
index c5995f1cd2b..e2ebfbad4bc 100644
--- a/src/gallium/state_trackers/hgl/hgl_context.h
+++ b/src/gallium/state_trackers/hgl/hgl_context.h
@@ -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"



More information about the mesa-commit mailing list