From 1bc37d576ce790c1169c5f9996be7bbc8026db2c Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 17 Jun 2012 01:29:13 +0300 Subject: Initially split utility.h to multiple files in util/ --- src/filecache.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/filecache.cpp') diff --git a/src/filecache.cpp b/src/filecache.cpp index 7af21236a..47e346596 100644 --- a/src/filecache.cpp +++ b/src/filecache.cpp @@ -19,15 +19,16 @@ with this program; if not, write to the Free Software Foundation, Inc., */ #include "filecache.h" + #include "clientserver.h" #include "log.h" #include "filesys.h" #include "utility.h" #include "hex.h" #include "sha1.h" - #include #include +#include bool FileCache::loadByPath(const std::string &path, std::ostream &os) { -- cgit v1.2.3