mesa: Clean up header file inclusion in hint.h.
authorVinson Lee <vlee@vmware.com>
Tue, 9 Nov 2010 09:12:34 +0000 (01:12 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 9 Nov 2010 09:12:34 +0000 (01:12 -0800)
src/mesa/main/hint.h

index 66e78ad655740e0f7b110a97dd8b2890b625f690..6c62068743ad23c3e3438ec7a1a3d2ea7d4db528 100644 (file)
 #ifndef HINT_H
 #define HINT_H
 
+#include "glheader.h"
+#include "mfeatures.h"
 
-#include "mtypes.h"
+struct gl_context;
 
 #if _HAVE_FULL_GL