summaryrefslogtreecommitdiffstats
path: root/libdimension/progress-impl.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-05-16 16:07:18 -0600
committerTavian Barnes <tavianator@gmail.com>2011-05-16 16:07:18 -0600
commit0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc (patch)
tree90e75e8372ffacd878413bdff663d9cd7f7e1d75 /libdimension/progress-impl.h
parent065846d055c9c0956fe4bf1762d81a4b72b5d5a8 (diff)
downloaddimension-0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc.tar.xz
Get rid of include guards on sub-headers.
Diffstat (limited to 'libdimension/progress-impl.h')
-rw-r--r--libdimension/progress-impl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libdimension/progress-impl.h b/libdimension/progress-impl.h
index 1ca9b25..973c161 100644
--- a/libdimension/progress-impl.h
+++ b/libdimension/progress-impl.h
@@ -23,9 +23,6 @@
* Progress object implementation.
*/
-#ifndef DIMENSION_IMPL_PROGRESS_H
-#define DIMENSION_IMPL_PROGRESS_H
-
#include <pthread.h>
/** Allocate a new progress object. */
@@ -57,5 +54,3 @@ struct dmnsn_progress {
volatile double min_wait;
volatile double *min_waitp; /* Hack for const values */
};
-
-#endif /* DIMENSION_IMPL_PROGRESS_H */