summaryrefslogtreecommitdiff
path: root/libraries/base/include/HsBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/include/HsBase.h')
-rw-r--r--libraries/base/include/HsBase.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libraries/base/include/HsBase.h b/libraries/base/include/HsBase.h
index cbbccbf458..8ee207431c 100644
--- a/libraries/base/include/HsBase.h
+++ b/libraries/base/include/HsBase.h
@@ -6,8 +6,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef __HSBASE_H__
-#define __HSBASE_H__
+#pragma once
#include "HsBaseConfig.h"
@@ -554,6 +553,3 @@ INLINE intptr_t __hscore_to_intptr (void *p) { return (intptr_t)p; }
void errorBelch2(const char*s, char *t);
void debugBelch2(const char*s, char *t);
-
-#endif /* __HSBASE_H__ */
-