r300g: fix warnings
[mesa.git] / src / gallium / drivers / r300 / r300_texture.h
index ff640c56eedb8b71428ce626a29419dd1e6d8ca6..99e7694254e071d5daac13e92545c1a33711e6e4 100644 (file)
 #ifndef R300_TEXTURE_H
 #define R300_TEXTURE_H
 
-#include "util/u_format.h"
+#include "pipe/p_format.h"
 
+struct pipe_screen;
+struct pipe_resource;
+struct winsys_handle;
 struct r300_texture;
 struct r300_screen;