aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-07-13 14:12:19 +0200
committerThomas White <taw@physics.org>2015-07-13 16:00:46 +0200
commitfc2a630ffa41f34454911c3a91c253b82475212c (patch)
tree21dac18458196005c5c49beef1f4205d3b99a585 /src/indexamajig.c
parent59b0708b8b89e921ee6914e072ff71eb121d7c41 (diff)
Slow down the status updates
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index deac67bf..21f8f167 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -48,12 +48,6 @@
#include <sys/stat.h>
#include <fcntl.h>
-#ifdef HAVE_CLOCK_GETTIME
-#include <time.h>
-#else
-#include <sys/time.h>
-#endif
-
#include "version.h"
#include "utils.h"
#include "hdf5-file.h"