Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-11-14 13:49:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-14 13:49:45 +0300
commit14795baf2142024905c6936a82eaa2321dae8cb8 (patch)
tree78ab64793ac1f8d22c4636fd630bd4d85f7e7f3c /source/blender/blenlib/BLI_hash_mm2a.h
parent64c0c13e6e08c51e92504631468db864f553d9b5 (diff)
Cleanup: headers
Diffstat (limited to 'source/blender/blenlib/BLI_hash_mm2a.h')
-rw-r--r--source/blender/blenlib/BLI_hash_mm2a.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenlib/BLI_hash_mm2a.h b/source/blender/blenlib/BLI_hash_mm2a.h
index 503eb5e96d9..007dec4f4d6 100644
--- a/source/blender/blenlib/BLI_hash_mm2a.h
+++ b/source/blender/blenlib/BLI_hash_mm2a.h
@@ -18,8 +18,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef __BLI_MM2A_H__
-#define __BLI_MM2A_H__
+#ifndef __BLI_HASH_MM2A_H__
+#define __BLI_HASH_MM2A_H__
/** \file BLI_hash_mm2a.h
* \ingroup bli
@@ -42,4 +42,4 @@ void BLI_hash_mm2a_add_int(BLI_HashMurmur2A *mm2, int data);
uint32_t BLI_hash_mm2a_end(BLI_HashMurmur2A *mm2);
-#endif /* __BLI_MM2A_H__ */
+#endif /* __BLI_HASH_MM2A_H__ */