summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_eglimage.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-04 13:04:36 -0700
committerVinson Lee <vlee@vmware.com>2010-08-04 13:04:36 -0700
commit19bfb55fb54447b322d3aefecf6e0dbb81d8f812 (patch)
treef6db8b6fb28ca299b3b130367faa133ec9184863 /src/mesa/state_tracker/st_cb_eglimage.h
parent988e86762f07eb8b685eef6f3302566f604db2a6 (diff)
st/mesa: Clean up header file inclusion in st_cb_eglimage.h.
Replace dd.h and mtypes.h with a forward declaration. Include compiler.h for INLINE symbol.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_eglimage.h')
-rw-r--r--src/mesa/state_tracker/st_cb_eglimage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_cb_eglimage.h b/src/mesa/state_tracker/st_cb_eglimage.h
index d6953e99f6..b6e44d5aff 100644
--- 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