diff options
author | Vinson Lee <[email protected]> | 2010-01-31 02:30:12 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-31 02:30:12 -0800 |
commit | 980fa564e4c01c7b95099a13fb2d8926c510da01 (patch) | |
tree | a0fc5f00f17068d2af8195d124adef9fdcf0e03c /src/mesa/main/context.c | |
parent | c8f781e0ad6d6516e8763b72d54f21c19f1abc3f (diff) |
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index eb6bc8e4369..b0f42e537ef 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -93,13 +93,11 @@ #include "depth.h" #include "dlist.h" #include "eval.h" -#include "enums.h" #include "extensions.h" #include "fbobject.h" #include "feedback.h" #include "fog.h" #include "framebuffer.h" -#include "get.h" #include "histogram.h" #include "hint.h" #include "hash.h" @@ -124,8 +122,6 @@ #include "state.h" #include "stencil.h" #include "texcompress_s3tc.h" -#include "teximage.h" -#include "texobj.h" #include "texstate.h" #include "mtypes.h" #include "varray.h" |