]> git.lizzy.rs Git - minetest.git/blobdiff - src/filecache.cpp
Properly and efficiently use split utility headers
[minetest.git] / src / filecache.cpp
index 47e3465967f89869f18aa508f43261ef9ea96453..716c769aab4f05dca3775c8113c49974ed7fef97 100644 (file)
@@ -23,12 +23,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "clientserver.h"
 #include "log.h"
 #include "filesys.h"
-#include "utility.h"
 #include "hex.h"
 #include "sha1.h"
 #include <string>
 #include <iostream>
 #include <fstream>
+#include <sstream>
 
 bool FileCache::loadByPath(const std::string &path, std::ostream &os)
 {