diff options
Diffstat (limited to 'src/util/string.cpp')
-rw-r--r-- | src/util/string.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/string.cpp b/src/util/string.cpp index bb2d2f6a7..3eabcbe11 100644 --- a/src/util/string.cpp +++ b/src/util/string.cpp @@ -23,8 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "log.h" #include "hex.h" -#include "../porting.h" -#include "../translation.h" +#include "porting.h" +#include "translation.h" #include <algorithm> #include <sstream> |