From: Chia-I Wu Date: Thu, 2 May 2013 05:46:21 +0000 (+0800) Subject: util/prim: fix the name of the include guard X-Git-Tag: mesa-9.2.1~1363 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddf0e3930fc7b52ff6a172a5d23eec7d24ee42fc;p=platform%2Fupstream%2Fmesa.git 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 --- diff --git a/src/gallium/auxiliary/util/u_prim.h b/src/gallium/auxiliary/util/u_prim.h index 7948dae..7415e76 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"