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_md5.h
parent64c0c13e6e08c51e92504631468db864f553d9b5 (diff)
Cleanup: headers
Diffstat (limited to 'source/blender/blenlib/BLI_hash_md5.h')
-rw-r--r--source/blender/blenlib/BLI_hash_md5.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/source/blender/blenlib/BLI_hash_md5.h b/source/blender/blenlib/BLI_hash_md5.h
index cab3671a5ca..81a0eb9e828 100644
--- a/source/blender/blenlib/BLI_hash_md5.h
+++ b/source/blender/blenlib/BLI_hash_md5.h
@@ -18,16 +18,13 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef __BLI_MD5_H__
-#define __BLI_MD5_H__
+#ifndef __BLI_HASH_MD5_H__
+#define __BLI_HASH_MD5_H__
/** \file BLI_hash_md5.h
* \ingroup bli
*/
-#include <stdio.h>
-#include <stdlib.h>
-
/* Compute MD5 message digest for LEN bytes beginning at BUFFER. The
* result is always in little endian byte order, so that a byte-wise
* output yields to the wanted ASCII representation of the message
@@ -43,4 +40,4 @@ int md5_stream(FILE *stream, void *resblock);
char *md5_to_hexdigest(void *resblock, char r_hex_digest[33]);
-#endif /* __BLI_MD5_H__ */
+#endif /* __BLI_HASH_MD5_H__ */