diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/MapInfo.c | 6 | ||||
-rw-r--r-- | generic/OverlapMan.c | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/generic/MapInfo.c b/generic/MapInfo.c index a19e8dd..ddbbc16 100644 --- a/generic/MapInfo.c +++ b/generic/MapInfo.c @@ -29,8 +29,6 @@ #include <stdlib.h> #include <stdio.h> -#include <unistd.h> -#include <netinet/in.h> #include <sys/param.h> #include "MapInfo.h" @@ -39,11 +37,7 @@ #include <memory.h> #include <math.h> -#include <stdlib.h> -#include <stdio.h> -#include <unistd.h> #include <netinet/in.h> -#include <sys/param.h> static const char rcsid[] = "$Id$"; 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)) |