From 0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 16 May 2011 16:07:18 -0600 Subject: Get rid of include guards on sub-headers. --- libdimension/profile.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libdimension/profile.h') 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 /** @@ -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 */ -- cgit v1.2.3