summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-07 21:02:31 -0800
committerVinson Lee <vlee@vmware.com>2010-11-07 21:02:31 -0800
commit5c2558884f497d24b3063afa72949a3f7d2a42c9 (patch)
tree254e07cbfcf4565ca365e236764ef3e4b0bb3fb8 /src/mesa/main/drawpix.h
parent5953eac7ac8c161067c0ca0a9019e83cd40cb58b (diff)
mesa: Clean up header file inclusion in drawpix.h.
Diffstat (limited to 'src/mesa/main/drawpix.h')
-rw-r--r--src/mesa/main/drawpix.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/drawpix.h b/src/mesa/main/drawpix.h
index 1f95ff5294..31baa192ec 100644
--- a/src/mesa/main/drawpix.h
+++ b/src/mesa/main/drawpix.h
@@ -26,7 +26,10 @@
#define DRAWPIX_H
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "mfeatures.h"
+
+struct _glapi_table;
#if FEATURE_drawpix