From: José Fonseca Date: Wed, 18 Feb 2009 17:42:55 +0000 (+0000) Subject: util: Use right include. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9ccdbea67eb18f798ee9e81edb845accfbccc76;p=mesa.git util: Use right include. --- diff --git a/src/gallium/auxiliary/util/u_debug_profile.c b/src/gallium/auxiliary/util/u_debug_profile.c index 5f9772ef917..6d8b244c3ac 100644 --- a/src/gallium/auxiliary/util/u_debug_profile.c +++ b/src/gallium/auxiliary/util/u_debug_profile.c @@ -42,7 +42,7 @@ #include #include -#include "pipe/p_debug.h" +#include "util/u_debug.h" #include "util/u_string.h"