diff options
Diffstat (limited to 'src/util/timetaker.cpp')
-rw-r--r-- | src/util/timetaker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/timetaker.cpp b/src/util/timetaker.cpp index 6079e5cca..717449c6d 100644 --- a/src/util/timetaker.cpp +++ b/src/util/timetaker.cpp @@ -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) |