summary refs log tree commit diff stats
path: root/tinyc/win32/include/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/win32/include/mem.h')
-rwxr-xr-xtinyc/win32/include/mem.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tinyc/win32/include/mem.h b/tinyc/win32/include/mem.h
deleted file mode 100755
index 20c8fa4a5..000000000
--- a/tinyc/win32/include/mem.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * This file is part of the Mingw32 package.
- *
- * mem.h maps to string.h
- */
-#ifndef	__STRICT_ANSI__
-#include <string.h>
-#endif