util: Include missing header in u_blit.h.
authorVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 06:37:27 +0000 (23:37 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 06:37:27 +0000 (23:37 -0700)
Include p_compiler.h for uint symbol.
Clean up forward declarations.

src/gallium/auxiliary/util/u_blit.h

index ef95134..b8a0dfc 100644 (file)
 #define U_BLIT_H
 
 
+#include "pipe/p_compiler.h"
+
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
    
+struct cso_context;
 struct pipe_context;
-struct pipe_surface;
 struct pipe_resource;
-struct cso_context;
-
-
-struct blit_state;
+struct pipe_sampler_view;
+struct pipe_subresource;
+struct pipe_surface;
 
 
 extern struct blit_state *