projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20e440
)
mesa: Clean up header file inclusion in lines.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 13:47:17 +0000
(
05:47
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 13:47:17 +0000
(
05:47
-0800)
src/mesa/main/lines.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/lines.h
b/src/mesa/main/lines.h
index 3accdd78004b05f7074ff865f8b7b75f3fba9ab1..8e8b3f8d6e12e1febe68899ad6d1e7520d8ce1db 100644
(file)
--- 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 );