From: Brian Paul Date: Thu, 5 Feb 2009 15:23:00 +0000 (-0700) Subject: gallium: fixup #includes: p_screen.h does not need anything in p_state.h X-Git-Tag: mesa-7.8~4230^2~37^2^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=099e9d20f0e8f5ee108e4fbb4bf7cae97b5f9a4a;p=platform%2Fupstream%2Fmesa.git gallium: fixup #includes: p_screen.h does not need anything in p_state.h --- diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index 64ab71c..17d1548 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -39,7 +39,8 @@ #include "pipe/p_compiler.h" -#include "pipe/p_state.h" +#include "pipe/p_format.h" +#include "pipe/p_defines.h" @@ -51,6 +52,7 @@ extern "C" { /** Opaque type */ struct pipe_fence_handle; struct pipe_winsys; +struct pipe_buffer; /**