mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
#include clean-ups, fixes
This commit is contained in:
parent
381b68d804
commit
09771f8c70
3 changed files with 2 additions and 3 deletions
|
|
@ -32,12 +32,9 @@
|
|||
|
||||
#include "mtypes.h"
|
||||
#include "drm.h"
|
||||
#include "mm.h"
|
||||
#include "texmem.h"
|
||||
|
||||
#include "intel_screen.h"
|
||||
#include "i915_drm.h"
|
||||
#include "i830_common.h"
|
||||
|
||||
|
||||
struct pipe_context;
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
#include "intel_batchbuffer.h"
|
||||
#include "intel_winsys.h"
|
||||
|
||||
#include "pipe/p_util.h"
|
||||
#include "pipe/i915simple/i915_winsys.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
#include "pipe/p_winsys.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_util.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue