diff options
Diffstat (limited to 'libdimension/profile.h')
-rw-r--r-- | libdimension/profile.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libdimension/profile.h b/libdimension/profile.h index f7359a3..4817482 100644 --- a/libdimension/profile.h +++ b/libdimension/profile.h @@ -23,9 +23,6 @@ * Built-in branch profiler. */ -#ifndef DIMENSION_IMPL_PROFILE_H -#define DIMENSION_IMPL_PROFILE_H - #include <stdbool.h> /** @@ -40,5 +37,3 @@ */ DMNSN_INTERNAL bool dmnsn_expect(bool result, bool expected, const char *func, const char *file, unsigned int line); - -#endif /* DIMENSION_IMPL_PROFILE_H */ |