diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-05-16 16:07:18 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-05-16 16:07:18 -0600 |
commit | 0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc (patch) | |
tree | 90e75e8372ffacd878413bdff663d9cd7f7e1d75 /libdimension/compiler.h | |
parent | 065846d055c9c0956fe4bf1762d81a4b72b5d5a8 (diff) | |
download | dimension-0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc.tar.xz |
Get rid of include guards on sub-headers.
Diffstat (limited to 'libdimension/compiler.h')
-rw-r--r-- | libdimension/compiler.h | 5 |
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 */ |