From d2103f6ddf8d7623ea5a419fafdbf79a1fe398b4 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Mon, 15 Feb 2010 10:14:25 +0000 Subject: [PATCH] remove strings.h --- visualc/include/strings.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 visualc/include/strings.h diff --git a/visualc/include/strings.h b/visualc/include/strings.h deleted file mode 100644 index b671ddd34..000000000 --- a/visualc/include/strings.h +++ /dev/null @@ -1,12 +0,0 @@ -/* - File: strings.h - Copyright: Public Domain - - This file is provided because non ANSI fuctions are described in string.h - that belong in strings.h. These functions are provided for in the OLDNAME - libraries. -*/ -#if !defined(_STRINGS_H_) -# define _STRINGS_H_ 1 -# include -#endif