diff options
author | Thomas White <taw@physics.org> | 2015-07-13 14:12:19 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-07-13 16:00:46 +0200 |
commit | fc2a630ffa41f34454911c3a91c253b82475212c (patch) | |
tree | 21dac18458196005c5c49beef1f4205d3b99a585 /libcrystfel/src | |
parent | 59b0708b8b89e921ee6914e072ff71eb121d7c41 (diff) |
Slow down the status updates
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/dirax.c | 6 | ||||
-rw-r--r-- | libcrystfel/src/xds.c | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/libcrystfel/src/dirax.c b/libcrystfel/src/dirax.c index 05e44d97..fb69cece 100644 --- a/libcrystfel/src/dirax.c +++ b/libcrystfel/src/dirax.c @@ -43,12 +43,6 @@ #include <sys/ioctl.h> #include <errno.h> -#ifdef HAVE_CLOCK_GETTIME -#include <time.h> -#else -#include <sys/time.h> -#endif - #include "image.h" #include "dirax.h" #include "utils.h" diff --git a/libcrystfel/src/xds.c b/libcrystfel/src/xds.c index 40e2fd72..f5985e73 100644 --- a/libcrystfel/src/xds.c +++ b/libcrystfel/src/xds.c @@ -45,12 +45,6 @@ #include <sys/ioctl.h> #include <errno.h> -#ifdef HAVE_CLOCK_GETTIME -#include <time.h> -#else -#include <sys/time.h> -#endif - #include "cell.h" #include "image.h" #include "utils.h" |