summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-02-01 00:43:33 -0800
committerVinson Lee <vlee@vmware.com>2010-02-01 00:43:33 -0800
commit5cc20a06b05bd551b663c050fb4802e2658decd5 (patch)
tree6f6641e6d938ca702412fc34086fbaa46a0b0e4b /src/mesa/main/dlist.c
parente3a99e8522688e20f730084799a1dfad305d90eb (diff)
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index b182bbe0d0..683d062bb9 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -56,11 +56,9 @@
#include "varray.h"
#if FEATURE_ARB_vertex_program || FEATURE_ARB_fragment_program
#include "shader/arbprogram.h"
-#include "shader/program.h"
#endif
#if FEATURE_NV_vertex_program || FEATURE_NV_fragment_program
#include "shader/nvprogram.h"
-#include "shader/program.h"
#endif
#if FEATURE_ATI_fragment_shader
#include "shader/atifragshader.h"