nvfx: move declarations before code to silence warnings
[mesa.git] / src / gallium / drivers / r300 / r300_flush.h
index 9a83d89daab7dbce5d651d2066c089d3c8967fc5..0e9e6106bb77703d771336c2f72f00b59a1b2db7 100644 (file)
 #ifndef R300_FLUSH_H
 #define R300_FLUSH_H
 
-#include "draw/draw_private.h"
-
-#include "pipe/p_context.h"
-
-#include "r300_context.h"
-#include "r300_cs.h"
-
 void r300_init_flush_functions(struct r300_context* r300);
 
 #endif /* R300_FLUSH_H */