From: Lionel Landwerlin Date: Fri, 9 Aug 2019 13:05:56 +0000 (+0300) Subject: util: os_misc: drop p_compiler.h include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85bf1dc2dec53bb7808c1627991102277e60a2ca;p=mesa.git util: os_misc: drop p_compiler.h include Signed-off-by: Lionel Landwerlin Acked-by: Eric Engestrom --- diff --git a/src/util/os_misc.h b/src/util/os_misc.h index 8ac3eeff377..19c8962d5d8 100644 --- a/src/util/os_misc.h +++ b/src/util/os_misc.h @@ -34,9 +34,10 @@ #ifndef _OS_MISC_H_ #define _OS_MISC_H_ +#include +#include #include "detect_os.h" -#include "pipe/p_compiler.h" #if DETECT_OS_UNIX