diff options
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/samplerobj.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mesa/main/samplerobj.h b/src/mesa/main/samplerobj.h index abc6e019046..8e9539d8d8f 100644 --- a/src/mesa/main/samplerobj.h +++ b/src/mesa/main/samplerobj.h @@ -27,14 +27,12 @@ #ifndef SAMPLEROBJ_H #define SAMPLEROBJ_H +#include "mtypes.h" + #ifdef __cplusplus extern "C" { #endif - -#include "mtypes.h" - - struct dd_function_table; static inline struct gl_sampler_object * |