diff options
author | Chia-I Wu <[email protected]> | 2013-05-02 13:46:21 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-05-03 11:59:10 +0800 |
commit | ddf0e3930fc7b52ff6a172a5d23eec7d24ee42fc (patch) | |
tree | 425797eddc928fb31213105d48753a6fa2e7ddff /src/gallium/auxiliary/util/u_prim.h | |
parent | 5dd3bd70a1758988c9bb1f3317bcfee9db346588 (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.h | 4 |
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" |