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/histogram.c | |
parent | ef1e1261df02203da4c7ebf708b0edf1b9cd16c2 (diff) |
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/histogram.c')
-rw-r--r-- | src/mesa/main/histogram.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/histogram.c b/src/mesa/main/histogram.c index a14d93e5199..b98e3219c53 100644 --- a/src/mesa/main/histogram.c +++ b/src/mesa/main/histogram.c @@ -26,8 +26,6 @@ #include "glheader.h" #include "bufferobj.h" #include "colormac.h" -#include "context.h" -#include "image.h" #include "histogram.h" #include "macros.h" #include "main/dispatch.h" |