swrastg: Build with scons
[mesa.git] / src / gallium / drivers / r300 / r300_query.h
index 4f447ea45b85f6c8c31d98cd03ea3d63b947ad40..48876da3123947131b6e680140205da5ee6d42b9 100644 (file)
 #ifndef R300_QUERY_H
 #define R300_QUERY_H
 
-#include "r300_context.h"
-#include "r300_cs.h"
-#include "r300_reg.h"
-
-struct r300_query {
-    /* The kind of query. Currently only OQ is supported. */
-    unsigned type;
-    /* Buffer object where we want our results to reside. */
-    struct pipe_buffer* buf;
-};
+struct r300_context;
 
 static INLINE struct r300_query* r300_query(struct pipe_query* q)
 {