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.
This commit is contained in:
Vinson Lee 2010-08-04 13:04:36 -07:00
parent 988e86762f
commit 19bfb55fb5
1 changed files with 3 additions and 2 deletions

View File

@ -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