summaryrefslogtreecommitdiffstats
path: root/libdimension/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/compiler.h')
-rw-r--r--libdimension/compiler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libdimension/compiler.h b/libdimension/compiler.h
index 7166a19..cb77ca6 100644
--- a/libdimension/compiler.h
+++ b/libdimension/compiler.h
@@ -23,9 +23,6 @@
* Compiler abstractions.
*/
-#ifndef DIMENSION_IMPL_COMPILER_H
-#define DIMENSION_IMPL_COMPILER_H
-
#include <stdbool.h>
#ifdef DMNSN_PROFILE
@@ -48,5 +45,3 @@
#define DMNSN_HOT
#define DMNSN_INTERNAL
#endif
-
-#endif /* DIMENSION_IMPL_COMPILER_H */