projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa4cd0
)
mesa: Clean up header file inclusion in texcompress_s3tc.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 4 Dec 2010 09:00:21 +0000
(
01:00
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 4 Dec 2010 09:00:21 +0000
(
01:00
-0800)
src/mesa/main/texcompress_s3tc.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/texcompress_s3tc.h
b/src/mesa/main/texcompress_s3tc.h
index d0a5b186b719b5a6f7b1d2c564e4a816f5f8ee59..74a0343b9b99032363b867d4636ff88248db397a 100644
(file)
--- a/
src/mesa/main/texcompress_s3tc.h
+++ b/
src/mesa/main/texcompress_s3tc.h
@@
-25,9
+25,13
@@
#ifndef TEXCOMPRESS_S3TC_H
#define TEXCOMPRESS_S3TC_H
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "glheader.h"
+#include "mfeatures.h"
#include "texstore.h"
+struct gl_context;
+struct gl_texture_image;
#if FEATURE_texture_s3tc