From: Vinson Lee Date: Thu, 26 Aug 2010 05:34:31 +0000 (-0700) Subject: util: Clean up header file inclusion in u_upload_mgr.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c65c86cfe73e8cfd903b33a883266b7e08a71723;p=mesa.git 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. --- diff --git a/src/gallium/auxiliary/util/u_upload_mgr.h b/src/gallium/auxiliary/util/u_upload_mgr.h index a124924fc80..de016df02e0 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,