projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e3832
)
mesa: Reduce clip.h header file inclusion.
author
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 07:00:22 +0000
(
00:00
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 07:00:22 +0000
(
00:00
-0700)
src/mesa/main/clip.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/clip.h
b/src/mesa/main/clip.h
index d53afb45bdf6f9f1c3c2c8520e56f5d7999177f0..ac472d66e0881bb3049d70fb6d7fc1bf74371377 100644
(file)
--- a/
src/mesa/main/clip.h
+++ b/
src/mesa/main/clip.h
@@
-31,7
+31,7
@@
#ifndef CLIP_H
#define CLIP_H
-#include "
mtypes
.h"
+#include "
glheader
.h"
extern void GLAPIENTRY
_mesa_ClipPlane( GLenum plane, const GLdouble *equation );