aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_prim.h
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2013-05-02 13:46:21 +0800
committerChia-I Wu <[email protected]>2013-05-03 11:59:10 +0800
commitddf0e3930fc7b52ff6a172a5d23eec7d24ee42fc (patch)
tree425797eddc928fb31213105d48753a6fa2e7ddff /src/gallium/auxiliary/util/u_prim.h
parent5dd3bd70a1758988c9bb1f3317bcfee9db346588 (diff)
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 <[email protected]> Acked-by: Zack Rusin <[email protected]>
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 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"