X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Futil%2Fu_debug.h;h=a9e44bf24e2073a15fb282eaa27454ed19acfcae;hb=2828a994aea6c86be03376b511165c3cff774e7c;hp=bc6cd8ac2a9924c2fa6649801fd7538892342734;hpb=e2d761de0377391c34c3c2fcc098292066dc0581;p=mesa.git diff --git a/src/util/u_debug.h b/src/util/u_debug.h index bc6cd8ac2a9..a9e44bf24e2 100644 --- a/src/util/u_debug.h +++ b/src/util/u_debug.h @@ -38,18 +38,17 @@ #ifndef U_DEBUG_H_ #define U_DEBUG_H_ - +#include +#include #include "util/os_misc.h" #include "util/detect_os.h" +#include "util/macros.h" #if DETECT_OS_HAIKU /* Haiku provides debug_printf in libroot with OS.h */ #include #endif -#include "pipe/p_defines.h" - - #ifdef __cplusplus extern "C" { #endif