summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/histogram.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-09-09 08:40:28 -0600
committerBrian Paul <brianp@vmware.com>2014-09-10 13:16:00 -0600
commit56d8cfd7a5d8861f9e238b8ec02527cae589a3b7 (patch)
tree60ea075b38f92f4b4a7abc8ddfe19c669bfc599b /src/mesa/main/histogram.c
parentcc20c45a365cf18e58aa26fed615a496cbf73c70 (diff)
downloadexternal_mesa3d-56d8cfd7a5d8861f9e238b8ec02527cae589a3b7.zip
external_mesa3d-56d8cfd7a5d8861f9e238b8ec02527cae589a3b7.tar.gz
external_mesa3d-56d8cfd7a5d8861f9e238b8ec02527cae589a3b7.tar.bz2
mesa: trim down some #includes
Diffstat (limited to 'src/mesa/main/histogram.c')
-rw-r--r--src/mesa/main/histogram.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/histogram.c b/src/mesa/main/histogram.c
index e6e6a6f..5759763 100644
--- a/src/mesa/main/histogram.c
+++ b/src/mesa/main/histogram.c
@@ -24,10 +24,8 @@
#include "glheader.h"
-#include "bufferobj.h"
-#include "colormac.h"
+#include "context.h"
#include "histogram.h"
-#include "macros.h"
#include "main/dispatch.h"