summaryrefslogtreecommitdiff
path: root/src/mesa/main/histogram.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-09-24 22:46:14 -0700
committerVinson Lee <vlee@vmware.com>2010-09-24 22:46:14 -0700
commitc510f8eeb425db281154cbfb915977226fa2e3ab (patch)
tree3438a588f32aa82414312f2e4bf3d1be867bbbb0 /src/mesa/main/histogram.c
parentef1e1261df02203da4c7ebf708b0edf1b9cd16c2 (diff)
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/histogram.c')
-rw-r--r--src/mesa/main/histogram.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/histogram.c b/src/mesa/main/histogram.c
index a14d93e519..b98e3219c5 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"