summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.c
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2006-12-14 15:50:34 -0700
committerBrian <brian@yutani.localnet.net>2006-12-14 15:50:34 -0700
commit2c1f9758525431d870b32986b6144c2921760bc0 (patch)
tree82cf09b3dfef1bbfd09f599d4496557d9e4fcb44 /src/mesa/shader/prog_print.c
parent901c1bb402496427abcaa5d56c1f458329e2ec69 (diff)
remove unneded includes
Diffstat (limited to 'src/mesa/shader/prog_print.c')
-rw-r--r--src/mesa/shader/prog_print.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c
index 1453c3bb88..7bc5016987 100644
--- a/src/mesa/shader/prog_print.c
+++ b/src/mesa/shader/prog_print.c
@@ -31,8 +31,6 @@
#include "glheader.h"
#include "context.h"
#include "imports.h"
-#include "macros.h"
-#include "program.h"
#include "prog_instruction.h"
#include "prog_parameter.h"
#include "prog_print.h"