haiku/hgl: Fix build via header reordering

This commit is contained in:
Alexander von Gluck IV
2020-01-09 00:58:31 +00:00
parent 3f96a1ed86
commit 49d2a066c2

View 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"