Move files to subdirectories (#6599)
[oweals/minetest.git] / src / util / timetaker.cpp
index 6079e5cca87feed8f5ce0d9ccb8bec0dfca69831..717449c6df51f6bf929573a53d6a097da63f5907 100644 (file)
@@ -19,8 +19,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include "timetaker.h"
 
-#include "../porting.h"
-#include "../log.h"
+#include "porting.h"
+#include "log.h"
 #include <ostream>
 
 TimeTaker::TimeTaker(const std::string &name, u64 *result, TimePrecision prec)