projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ab2c3
)
util: Clean up header file inclusion in u_upload_mgr.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 05:34:31 +0000
(22:34 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 05:34:31 +0000
(22:34 -0700)
Remove p_defines.h.
Remove unnecessary forward declarations.
Add forward declaration for pipe_context.
src/gallium/auxiliary/util/u_upload_mgr.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_upload_mgr.h
b/src/gallium/auxiliary/util/u_upload_mgr.h
index a124924fc80f113acd6db40c40ad42dcdc372d33..de016df02e02f826c8456b5bdd4ebb7960d0b072 100644
(file)
--- 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,