From: Vinson Lee Date: Fri, 27 Aug 2010 07:15:04 +0000 (-0700) Subject: gallium: Remove unnecessary header from p_format.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43ed82bdb2feddd38884514dc00c348d7f1ec0f9;p=mesa.git gallium: Remove unnecessary header from p_format.h. Remove p_compiler.h. --- diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h index 436c3f627a8..06412f4894c 100644 --- a/src/gallium/include/pipe/p_format.h +++ b/src/gallium/include/pipe/p_format.h @@ -29,8 +29,6 @@ #ifndef PIPE_FORMAT_H #define PIPE_FORMAT_H -#include "p_compiler.h" - #ifdef __cplusplus extern "C" { #endif