mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 05:30:48 +02:00
haiku/hgl: Fix build via header reordering
This commit is contained in:
parent
3f96a1ed86
commit
49d2a066c2
1 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue