mesa: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 00:14:32 +0000 (17:14 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 00:14:32 +0000 (17:14 -0700)
src/mesa/main/formats.c
src/mesa/main/shared.c

index 49463fcc3c20db5750abb5566f3032efe807d560..90449cc04f083ea571b453f348e614771e5415e3 100644 (file)
@@ -26,7 +26,6 @@
 
 #include "imports.h"
 #include "formats.h"
-#include "config.h"
 
 
 /**
index f9d10f3bbea001d3045613c5fd4210eabb19bc69..cbe004518a0dbb237bc7621eeb481b1a3d462358 100644 (file)
@@ -32,7 +32,6 @@
 #include "imports.h"
 #include "mtypes.h"
 #include "hash.h"
-#include "arrayobj.h"
 #if FEATURE_ATI_fragment_shader
 #include "atifragshader.h"
 #endif