summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_upload_mgr.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-25 22:34:31 -0700
committerVinson Lee <vlee@vmware.com>2010-08-25 22:34:31 -0700
commitc65c86cfe73e8cfd903b33a883266b7e08a71723 (patch)
tree698b51c1eb97ba540efb39573f38fe806b813af2 /src/gallium/auxiliary/util/u_upload_mgr.h
parentc1ab2c327e37119b5dda3de85f672a8af22ad1bb (diff)
util: Clean up header file inclusion in u_upload_mgr.h.
Remove p_defines.h. Remove unnecessary forward declarations. Add forward declaration for pipe_context.
Diffstat (limited to 'src/gallium/auxiliary/util/u_upload_mgr.h')
-rw-r--r--src/gallium/auxiliary/util/u_upload_mgr.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/util/u_upload_mgr.h b/src/gallium/auxiliary/util/u_upload_mgr.h
index a124924fc8..de016df02e 100644
--- a/src/gallium/auxiliary/util/u_upload_mgr.h
+++ b/src/gallium/auxiliary/util/u_upload_mgr.h
@@ -32,11 +32,8 @@
#ifndef U_UPLOAD_MGR_H
#define U_UPLOAD_MGR_H
-#include "pipe/p_defines.h"
-
-struct pipe_screen;
+struct pipe_context;
struct pipe_resource;
-struct u_upload_mgr;
struct u_upload_mgr *u_upload_create( struct pipe_context *pipe,