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/threads.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libdimension/threads.h') diff --git a/libdimension/threads.h b/libdimension/threads.h index af6d641..8e88e7c 100644 --- a/libdimension/threads.h +++ b/libdimension/threads.h @@ -23,9 +23,6 @@ * Background threading interface. */ -#ifndef DIMENSION_IMPL_THREADS_H -#define DIMENSION_IMPL_THREADS_H - /** * Thread callback type. * @param[in,out] ptr An arbitrary pointer. @@ -61,5 +58,3 @@ DMNSN_INTERNAL void dmnsn_new_thread(dmnsn_progress *progress, */ DMNSN_INTERNAL int dmnsn_execute_concurrently(dmnsn_ccthread_fn *ccthread_fn, void *arg, unsigned int nthreads); - -#endif /* DIMENSION_IMPL_THREADS_H */ -- cgit v1.2.3