From 8cf9eb7f431e235a39f380118cfd081a604ea1c9 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 20 Jun 2015 22:24:01 +0100 Subject: Common: Fix FileUtil includes, and everything relying on those. --- src/common/file_util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/file_util.h') diff --git a/src/common/file_util.h b/src/common/file_util.h index b6582929..8fe772ae 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -6,13 +6,12 @@ #include #include +#include #include -#include #include #include #include "common/common_types.h" -#include "common/string_util.h" // User directory indices for GetUserPath enum { -- cgit v1.2.3