intel: Remove unnecessary headers.
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
#include "intel_context.h"
|
||||
#include "intel_buffers.h"
|
||||
#include "intel_fbo.h"
|
||||
#include "intel_batchbuffer.h"
|
||||
#include "main/framebuffer.h"
|
||||
|
||||
/**
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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) \
|
||||
|
@@ -1,6 +1,5 @@
|
||||
#include "intel_context.h"
|
||||
#include "intel_tex.h"
|
||||
#include "intel_chipset.h"
|
||||
#include "main/enums.h"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user