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:
parent
d3fab249b2
commit
99c6131004
@ -37,10 +37,9 @@
|
||||
* 08/18/2008 Created
|
||||
*
|
||||
*****************************************************************************/
|
||||
#if !defined(_WIN32) || !defined(_MSC_VER)
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user