From: Vinson Lee Date: Sun, 29 Aug 2010 05:15:37 +0000 (-0700) Subject: gallium: Remove unnecessary header from p_state.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=182d6350609408fa167d4a76ad02cdb93f10dcdd;p=mesa.git gallium: Remove unnecessary header from p_state.h. Remove p_screen.h. --- diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 0f1a44cde42..9a2b31da50d 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -43,7 +43,6 @@ #include "p_compiler.h" #include "p_defines.h" #include "p_format.h" -#include "p_screen.h" #ifdef __cplusplus