summaryrefslogtreecommitdiffstats
path: root/Mac/Compat/nfullpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Compat/nfullpath.c')
-rw-r--r--Mac/Compat/nfullpath.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/Mac/Compat/nfullpath.c b/Mac/Compat/nfullpath.c
index 6e7e1b6..94ccc4c 100644
--- a/Mac/Compat/nfullpath.c
+++ b/Mac/Compat/nfullpath.c
@@ -3,12 +3,9 @@
** (and only tested under MetroWerks, so far)
*/
-#if defined(MPW) || defined(__MWERKS__)
+#include <string.h>
+
#include <Files.h>
-#endif
-#ifdef THINK_C_PRE_5_0
-#include <HFS.h>
-#endif
#include "nfullpath.h"