From 026f9155d10b96eb8bfca43f2cd0e0aeca6c1cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 10 Oct 2017 22:22:36 -0700 Subject: [PATCH] Cleanup. --- include/bx/string.h | 2 -- src/string.cpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/bx/string.h b/include/bx/string.h index 7465ca1..358eeed 100644 --- a/include/bx/string.h +++ b/include/bx/string.h @@ -8,8 +8,6 @@ #include "allocator.h" -#include // wchar_t - namespace bx { struct Units diff --git a/src/string.cpp b/src/string.cpp index dee6565..eadd5c8 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -10,6 +10,7 @@ #if !BX_CRT_NONE # include // vsnprintf, vsnwprintf +# include // vswprintf #endif // !BX_CRT_NONE namespace bx