From ddf0e3930fc7b52ff6a172a5d23eec7d24ee42fc Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 2 May 2013 13:46:21 +0800 Subject: [PATCH] util/prim: fix the name of the include guard It should be U_PRIM_H, not U_BLIT_H. Signed-off-by: Chia-I Wu Acked-by: Zack Rusin --- src/gallium/auxiliary/util/u_prim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/util/u_prim.h b/src/gallium/auxiliary/util/u_prim.h index 7948dae38f7..7415e76c1e7 100644 --- a/src/gallium/auxiliary/util/u_prim.h +++ b/src/gallium/auxiliary/util/u_prim.h @@ -26,8 +26,8 @@ **************************************************************************/ -#ifndef U_BLIT_H -#define U_BLIT_H +#ifndef U_PRIM_H +#define U_PRIM_H #include "pipe/p_defines.h" -- 2.30.2