#include clean-ups, fixes

This commit is contained in:
Brian 2007-11-02 11:28:02 -06:00
parent 381b68d804
commit 09771f8c70
3 changed files with 2 additions and 3 deletions

View file

@ -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;

View file

@ -38,6 +38,7 @@
#include "intel_batchbuffer.h"
#include "intel_winsys.h"
#include "pipe/p_util.h"
#include "pipe/i915simple/i915_winsys.h"

View file

@ -42,6 +42,7 @@
#include "pipe/p_winsys.h"
#include "pipe/p_defines.h"
#include "pipe/p_state.h"
#include "pipe/p_util.h"