summaryrefslogtreecommitdiff
path: root/src/mesa/main/lines.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-09 05:47:17 -0800
committerVinson Lee <vlee@vmware.com>2010-11-09 05:47:17 -0800
commite09800432b0544c1ec6834c4572e692e9300b394 (patch)
tree4a35b29e50dcc6f3584e2471a0e5b9e8df7af0cb /src/mesa/main/lines.h
parenta20e440c65987a2d5b97dd0cbf6c2efbfdf5ec57 (diff)
mesa: Clean up header file inclusion in lines.h.
Diffstat (limited to 'src/mesa/main/lines.h')
-rw-r--r--src/mesa/main/lines.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/lines.h b/src/mesa/main/lines.h
index 3accdd7800..8e8b3f8d6e 100644
--- a/src/mesa/main/lines.h
+++ b/src/mesa/main/lines.h
@@ -33,8 +33,9 @@
#define LINES_H
-#include "mtypes.h"
+#include "glheader.h"
+struct gl_context;
extern void GLAPIENTRY
_mesa_LineWidth( GLfloat width );