projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e87a0cd
)
mesa: Clean up header file inclusion in texcompress.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 4 Dec 2010 08:52:14 +0000
(
00:52
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 4 Dec 2010 08:52:14 +0000
(
00:52
-0800)
src/mesa/main/texcompress.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/texcompress.h
b/src/mesa/main/texcompress.h
index 83856429c54cb987547edf8fde867200e4ffebef..19b08bbadf62ae3d8e9746fae46ec5e06d298fe9 100644
(file)
--- a/
src/mesa/main/texcompress.h
+++ b/
src/mesa/main/texcompress.h
@@
-25,8
+25,11
@@
#ifndef TEXCOMPRESS_H
#define TEXCOMPRESS_H
-#include "mtypes.h"
#include "formats.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct gl_context;
#if _HAVE_FULL_GL