From da6f24b37470064f10e68186965949d728fecb3c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 17 Aug 2014 13:54:06 -0400 Subject: Common: Move remaining C header includes over to their C++ equivalent --- src/common/utf8.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/common/utf8.cpp') diff --git a/src/common/utf8.cpp b/src/common/utf8.cpp index fe5270183..c83824d35 100644 --- a/src/common/utf8.cpp +++ b/src/common/utf8.cpp @@ -18,10 +18,10 @@ #undef max #endif -#include -#include -#include -#include +#include +#include +#include +#include #include #include -- cgit v1.2.3