diff options
Diffstat (limited to '')
-rw-r--r-- | source/StringUtils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/StringUtils.h b/source/StringUtils.h index 3f4bdef1a..8805c1d99 100644 --- a/source/StringUtils.h +++ b/source/StringUtils.h @@ -11,10 +11,6 @@ -#ifndef _WIN32
-#include <stdarg.h>
-#endif
-
typedef std::string AString;
|