projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24c6c41
)
mesa: Clean up header file inclusion in image.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 13:00:44 +0000
(
05:00
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 13:00:44 +0000
(
05:00
-0800)
src/mesa/main/image.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/image.h
b/src/mesa/main/image.h
index 023284a9fbcd7e372dea6e74126eb387b53385f5..005fbccbeb073e4c98a6ba25744df51566ea0346 100644
(file)
--- a/
src/mesa/main/image.h
+++ b/
src/mesa/main/image.h
@@
-27,8
+27,10
@@
#define IMAGE_H
-#include "
mtypes
.h"
+#include "
glheader
.h"
+struct gl_context;
+struct gl_pixelstore_attrib;
extern void
_mesa_swap2( GLushort *p, GLuint n );