aboutsummaryrefslogtreecommitdiff
path: root/generic/OverlapMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/OverlapMan.c')
-rw-r--r--generic/OverlapMan.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/OverlapMan.c b/generic/OverlapMan.c
index 37ca040..75b5158 100644
--- a/generic/OverlapMan.c
+++ b/generic/OverlapMan.c
@@ -45,9 +45,6 @@ static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ "
#include <string.h>
#include <malloc.h>
#include <math.h>
-#include <sys/time.h>
-#include <sys/resource.h>
-
#define signe(a) ((a) < (0) ? (-1) : (1))
#define abs(a) ((a) < (0) ? -(a) : (a))