st/mesa: move declaration before code
[mesa.git] / src / mesa / state_tracker / st_cb_texture.h
index 60987055eb180d85419f1676b865dfe221f5d896..f1502bda788ed53ed9989a94bee8279f1b9c9861 100644 (file)
 
 
 #include "main/glheader.h"
-#include "main/mtypes.h"
 
 struct dd_function_table;
+struct gl_context;
+struct gl_texture_object;
 struct pipe_context;
 struct st_context;