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/dimension/progress.h | |
parent | 065846d055c9c0956fe4bf1762d81a4b72b5d5a8 (diff) | |
download | dimension-0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc.tar.xz |
Get rid of include guards on sub-headers.
Diffstat (limited to 'libdimension/dimension/progress.h')
-rw-r--r-- | libdimension/dimension/progress.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libdimension/dimension/progress.h b/libdimension/dimension/progress.h index f3b888e..ff5fccd 100644 --- a/libdimension/dimension/progress.h +++ b/libdimension/dimension/progress.h @@ -26,9 +26,6 @@ * is returned as an int from dmnsn_finish_progress(). */ -#ifndef DIMENSION_PROGRESS_H -#define DIMENSION_PROGRESS_H - /** A progress object. */ typedef struct dmnsn_progress dmnsn_progress; @@ -54,5 +51,3 @@ double dmnsn_get_progress(const dmnsn_progress *progress); * @param[in] prog The progress value to wait for. */ void dmnsn_wait_progress(const dmnsn_progress *progress, double prog); - -#endif /* DIMENSION_PROGRESS_H */ |