summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_prim.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2013-05-02 13:46:21 +0800
committerChia-I Wu <olvaffe@gmail.com>2013-05-03 11:59:10 +0800
commitddf0e3930fc7b52ff6a172a5d23eec7d24ee42fc (patch)
tree425797eddc928fb31213105d48753a6fa2e7ddff /src/gallium/auxiliary/util/u_prim.h
parent5dd3bd70a1758988c9bb1f3317bcfee9db346588 (diff)
downloadexternal_mesa3d-ddf0e3930fc7b52ff6a172a5d23eec7d24ee42fc.zip
external_mesa3d-ddf0e3930fc7b52ff6a172a5d23eec7d24ee42fc.tar.gz
external_mesa3d-ddf0e3930fc7b52ff6a172a5d23eec7d24ee42fc.tar.bz2
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 <olvaffe@gmail.com> Acked-by: Zack Rusin <zackr@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary/util/u_prim.h')
-rw-r--r--src/gallium/auxiliary/util/u_prim.h4
1 files changed, 2 insertions, 2 deletions
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"