aboutsummaryrefslogtreecommitdiff
path: root/src/lib/wct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/wct.c')
-rw-r--r--src/lib/wct.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/lib/wct.c b/src/lib/wct.c
index 03568d63..0466d84b 100644
--- a/src/lib/wct.c
+++ b/src/lib/wct.c
@@ -1,6 +1,8 @@
/*
Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
All rights reserved.
+ Copyright (C) Gabriel Dos Reis.
+ All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -43,18 +45,10 @@
#include <stdio.h>
#include <stdlib.h>
-#if defined(MACOSXplatform)
-#include "/usr/include/unistd.h"
-#else
#include <unistd.h>
-#endif
#include <string.h>
#include <fcntl.h>
-#if defined(MACOSXplatform)
-#include "/usr/include/time.h"
-#else
#include <time.h>
-#endif
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>