From: Brian Paul Date: Tue, 5 Dec 2017 14:13:53 +0000 (-0700) Subject: st/mesa: remove unneeded #include in st_format.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78dfbc30b6a31aabe73e59073a895f07bbed83cf;p=mesa.git st/mesa: remove unneeded #include in st_format.h Reviewed-by: Ilia Mirkin Reviewed-by: Marek Olšák --- diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h index 3dd9c10341a..466b5d073fc 100644 --- a/src/mesa/state_tracker/st_format.h +++ b/src/mesa/state_tracker/st_format.h @@ -33,7 +33,6 @@ #include "main/formats.h" #include "main/glheader.h" -#include "pipe/p_defines.h" #include "pipe/p_format.h" #ifdef __cplusplus