Mesa (master): util: Use right include.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Feb 19 11:03:27 UTC 2009


Module: Mesa
Branch: master
Commit: f9ccdbea67eb18f798ee9e81edb845accfbccc76
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9ccdbea67eb18f798ee9e81edb845accfbccc76

Author: José Fonseca <jfonseca at vmware.com>
Date:   Wed Feb 18 17:42:55 2009 +0000

util: Use right include.

---

 src/gallium/auxiliary/util/u_debug_profile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_debug_profile.c b/src/gallium/auxiliary/util/u_debug_profile.c
index 5f9772e..6d8b244 100644
--- a/src/gallium/auxiliary/util/u_debug_profile.c
+++ b/src/gallium/auxiliary/util/u_debug_profile.c
@@ -42,7 +42,7 @@
 #include <windows.h>
 #include <winddi.h>
 
-#include "pipe/p_debug.h" 
+#include "util/u_debug.h" 
 #include "util/u_string.h" 
 
 




More information about the mesa-commit mailing list