aboutsummaryrefslogtreecommitdiff
path: root/generic/OverlapMan.c
diff options
context:
space:
mode:
authorlecoanet2003-03-17 16:10:19 +0000
committerlecoanet2003-03-17 16:10:19 +0000
commita2f3162504ea229530c67a93ab36ed992c512240 (patch)
tree3ceb184da6095306b0a7ed5aef75a4b9c0932a62 /generic/OverlapMan.c
parent0ecc558850268a98e1d002ae150fad10f054e1f7 (diff)
downloadtkzinc-a2f3162504ea229530c67a93ab36ed992c512240.zip
tkzinc-a2f3162504ea229530c67a93ab36ed992c512240.tar.gz
tkzinc-a2f3162504ea229530c67a93ab36ed992c512240.tar.bz2
tkzinc-a2f3162504ea229530c67a93ab36ed992c512240.tar.xz
*** empty log message ***
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))