summaryrefslogtreecommitdiff
path: root/src/mesa/main/hint.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-09 01:12:34 -0800
committerVinson Lee <vlee@vmware.com>2010-11-09 01:12:34 -0800
commit5b3d6bd39e14fdc63249c8f4f4a15269495b8808 (patch)
tree1b5497f144909051a8be5ba07fc05945f41037c7 /src/mesa/main/hint.h
parent63f1740a5d9a4ed36026da3e4c1370441218f919 (diff)
mesa: Clean up header file inclusion in hint.h.
Diffstat (limited to 'src/mesa/main/hint.h')
-rw-r--r--src/mesa/main/hint.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/hint.h b/src/mesa/main/hint.h
index 66e78ad655..6c62068743 100644
--- a/src/mesa/main/hint.h
+++ b/src/mesa/main/hint.h
@@ -36,8 +36,10 @@
#ifndef HINT_H
#define HINT_H
+#include "glheader.h"
+#include "mfeatures.h"
-#include "mtypes.h"
+struct gl_context;
#if _HAVE_FULL_GL