summaryrefslogtreecommitdiffstats
path: root/libdimension/progress-impl.h
diff options
context:
space:
mode:
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 */