diff options
author | Vinson Lee <[email protected]> | 2010-07-31 14:37:32 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-31 14:37:32 -0700 |
commit | 245d5a8913f6f4487e837d112a97093c06b639ea (patch) | |
tree | 7cfb93b636e6a2ef7d6e5c8c1662f2e10be1a0b8 /src/mesa/program/prog_execute.c | |
parent | dba7875cdaff66fc5e8ffdd56055b5c0bb92f145 (diff) |
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/program/prog_execute.c')
-rw-r--r-- | src/mesa/program/prog_execute.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/prog_execute.c b/src/mesa/program/prog_execute.c index fe14ba36b7c..1670c91b6ad 100644 --- a/src/mesa/program/prog_execute.c +++ b/src/mesa/program/prog_execute.c @@ -37,7 +37,6 @@ #include "main/glheader.h" #include "main/colormac.h" -#include "main/context.h" #include "main/macros.h" #include "prog_execute.h" #include "prog_instruction.h" |