Remove some unnecessary ifdefs

These headers are standard headers that are available in MSVC as well.
There's nothing ifdeffed in the implementation of this file that would
explain why these headers only are required in these configurations.
This commit is contained in:
Martin Storsjö 2014-04-11 09:42:30 +03:00
parent d3fab249b2
commit 99c6131004

View File

@ -37,10 +37,9 @@
* 08/18/2008 Created
*
*****************************************************************************/
#if !defined(_WIN32) || !defined(_MSC_VER)
#include <string.h>
#include <stdio.h>
#endif