diff options
author | Vinson Lee <vlee@vmware.com> | 2010-07-31 13:35:17 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-07-31 13:35:17 -0700 |
commit | dba7875cdaff66fc5e8ffdd56055b5c0bb92f145 (patch) | |
tree | 56f1d4e3271e4b107b4646f7bfeafb18320bccfa /src/mesa/swrast/s_fragprog.c | |
parent | db71bdc31c8fb1bd2b086a7872621e8aee9251d6 (diff) |
swrast: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/swrast/s_fragprog.c')
-rw-r--r-- | src/mesa/swrast/s_fragprog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_fragprog.c b/src/mesa/swrast/s_fragprog.c index 413f136cd5..a2c2a10c3d 100644 --- a/src/mesa/swrast/s_fragprog.c +++ b/src/mesa/swrast/s_fragprog.c @@ -24,7 +24,6 @@ #include "main/glheader.h" #include "main/colormac.h" -#include "main/context.h" #include "program/prog_instruction.h" #include "s_fragprog.h" |