Mesa (master): mesa: Clean up header file inclusion in drawtex.h.

Vinson Lee vlee at kemper.freedesktop.org
Mon Nov 8 05:05:17 UTC 2010


Module: Mesa
Branch: master
Commit: 82cc8261d352384c2545b1ac25a9331854ca2239
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=82cc8261d352384c2545b1ac25a9331854ca2239

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Nov  7 21:05:01 2010 -0800

mesa: Clean up header file inclusion in drawtex.h.

---

 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 d7d5075..13ff6f9 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




More information about the mesa-commit mailing list