summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawtex.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-07 21:05:01 -0800
committerVinson Lee <vlee@vmware.com>2010-11-07 21:05:01 -0800
commit82cc8261d352384c2545b1ac25a9331854ca2239 (patch)
tree776b40613479b74c88c78d923bf1532576070a1d /src/mesa/main/drawtex.h
parent5c2558884f497d24b3063afa72949a3f7d2a42c9 (diff)
mesa: Clean up header file inclusion in drawtex.h.
Diffstat (limited to 'src/mesa/main/drawtex.h')
-rw-r--r--src/mesa/main/drawtex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/drawtex.h b/src/mesa/main/drawtex.h
index d7d507566b..13ff6f97e9 100644
--- a/src/mesa/main/drawtex.h
+++ b/src/mesa/main/drawtex.h
@@ -25,7 +25,8 @@
#define DRAWTEX_H
-#include "main/mtypes.h"
+#include "glheader.h"
+#include "mfeatures.h"
#if FEATURE_OES_draw_texture