summaryrefslogtreecommitdiff
path: root/rts/Hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Hash.h')
-rw-r--r--rts/Hash.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/Hash.h b/rts/Hash.h
index 5d085b033c..1dde314d0e 100644
--- a/rts/Hash.h
+++ b/rts/Hash.h
@@ -6,8 +6,7 @@
*
* -------------------------------------------------------------------------- */
-#ifndef HASH_H
-#define HASH_H
+#pragma once
#include "BeginPrivate.h"
@@ -66,5 +65,3 @@ void freeHashTable ( HashTable *table, void (*freeDataFun)(void *) );
void exitHashTable ( void );
#include "EndPrivate.h"
-
-#endif /* HASH_H */