projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
988e867
)
st/mesa: Clean up header file inclusion in st_cb_eglimage.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 20:04:36 +0000
(13:04 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 20:04:36 +0000
(13:04 -0700)
Replace dd.h and mtypes.h with a forward declaration.
Include compiler.h for INLINE symbol.
src/mesa/state_tracker/st_cb_eglimage.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_eglimage.h
b/src/mesa/state_tracker/st_cb_eglimage.h
index d6953e99f6950f79226572510e37882ffad1009a..b6e44d5aff58d3b1772d12d0623396e5352b5835 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_eglimage.h
+++ b/
src/mesa/state_tracker/st_cb_eglimage.h
@@
-29,8
+29,9
@@
#ifndef ST_CB_EGLIMAGE_H
#define ST_CB_EGLIMAGE_H
-#include "main/mtypes.h"
-#include "main/dd.h"
+#include "main/compiler.h"
+
+struct dd_function_table;
#if FEATURE_OES_EGL_image