diff options
author | Vinson Lee <[email protected]> | 2010-09-24 22:46:14 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-09-24 22:46:14 -0700 |
commit | c510f8eeb425db281154cbfb915977226fa2e3ab (patch) | |
tree | 3438a588f32aa82414312f2e4bf3d1be867bbbb0 /src/mesa/main/convolve.c | |
parent | ef1e1261df02203da4c7ebf708b0edf1b9cd16c2 (diff) |
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/convolve.c')
-rw-r--r-- | src/mesa/main/convolve.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/convolve.c b/src/mesa/main/convolve.c index 301569e5f67..0231bcf6d3f 100644 --- a/src/mesa/main/convolve.c +++ b/src/mesa/main/convolve.c @@ -35,11 +35,8 @@ #include "bufferobj.h" #include "colormac.h" #include "convolve.h" -#include "context.h" -#include "image.h" #include "macros.h" #include "mtypes.h" -#include "state.h" #include "main/dispatch.h" |