Merge branch 'primitive-restart-cleanup'
[mesa.git] / src / mesa / state_tracker / st_cb_flush.h
index 7fca0176a303c69af085b101237dff1006992cf4..7672b4cf1da4cb9a9c6f885ba2a9c9471be0cb63 100644 (file)
 #define ST_CB_FLUSH_H
 
 
+#include "pipe/p_compiler.h"
+
+struct dd_function_table;
+struct pipe_fence_handle;
+struct st_context;
+
 extern void
 st_init_flush_functions(struct dd_function_table *functions);