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/threads.h | |
parent | 065846d055c9c0956fe4bf1762d81a4b72b5d5a8 (diff) | |
download | dimension-0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc.tar.xz |
Get rid of include guards on sub-headers.
Diffstat (limited to 'libdimension/threads.h')
-rw-r--r-- | libdimension/threads.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 */ |