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/file_util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/file_util.cpp') diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp index 47ad964d..b6ff2e40 100644 --- a/src/common/file_util.cpp +++ b/src/common/file_util.cpp @@ -16,11 +16,11 @@ #include #include // getcwd #else +#include +#include #include #include #include -#include -#include #endif #if defined(__APPLE__) -- cgit v1.2.3