diff options
Diffstat (limited to 'src/modules/hash.h')
-rw-r--r-- | src/modules/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/hash.h b/src/modules/hash.h index 7e93f0ddc..c2b8abfd1 100644 --- a/src/modules/hash.h +++ b/src/modules/hash.h @@ -11,8 +11,8 @@ * --------------------------------------------------- */ -#ifndef __HASH_H__ -#define __HASH_H__ +#ifndef HASH_H +#define HASH_H #include "modules.h" |