intel: Remove unnecessary headers.

This commit is contained in:
Vinson Lee
2010-01-30 19:11:31 -08:00
parent 6e0f702b23
commit c6e26d76c7
6 changed files with 0 additions and 8 deletions

View File

@@ -28,7 +28,6 @@
#include "intel_context.h"
#include "intel_buffers.h"
#include "intel_fbo.h"
#include "intel_batchbuffer.h"
#include "main/framebuffer.h"
/**

View File

@@ -51,13 +51,11 @@
#include "intel_regions.h"
#include "intel_buffer_objects.h"
#include "intel_fbo.h"
#include "intel_decode.h"
#include "intel_bufmgr.h"
#include "intel_screen.h"
#include "drirenderbuffer.h"
#include "utils.h"
#include "xmlpool.h" /* for symbolic values of enum-type options */
#ifndef INTEL_DEBUG

View File

@@ -29,7 +29,6 @@
#include "intel_mipmap_tree.h"
#include "intel_regions.h"
#include "intel_tex_layout.h"
#include "intel_chipset.h"
#ifndef I915
#include "brw_state.h"
#endif

View File

@@ -46,7 +46,6 @@
#include "drivers/common/meta.h"
#include "intel_context.h"
#include "intel_buffers.h"
#include "intel_pixel.h"
#include "intel_fbo.h"

View File

@@ -38,12 +38,10 @@
#include "intel_bufmgr.h"
#include "intel_chipset.h"
#include "intel_fbo.h"
#include "intel_regions.h"
#include "intel_screen.h"
#include "intel_tex.h"
#include "i915_drm.h"
#include "i830_dri.h"
#define DRI_CONF_TEXTURE_TILING(def) \
DRI_CONF_OPT_BEGIN(texture_tiling, bool, def) \

View File

@@ -1,6 +1,5 @@
#include "intel_context.h"
#include "intel_tex.h"
#include "intel_chipset.h"
#include "main/enums.h"