diff options
author | Vinson Lee <vlee@vmware.com> | 2010-11-07 21:05:01 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-11-07 21:05:01 -0800 |
commit | 82cc8261d352384c2545b1ac25a9331854ca2239 (patch) | |
tree | 776b40613479b74c88c78d923bf1532576070a1d | |
parent | 5c2558884f497d24b3063afa72949a3f7d2a42c9 (diff) |
mesa: Clean up header file inclusion in drawtex.h.
-rw-r--r-- | src/mesa/main/drawtex.h | 3 |
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 |