summaryrefslogtreecommitdiff
path: root/src/highscore.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2019-04-14 00:42:45 +0200
committerglx22 <glx22@users.noreply.github.com>2019-04-18 21:49:34 +0200
commitebd4f32d15c34d7191546002cd06f99ad6b43d0c (patch)
tree43323583d3f567b182ccb5bd714d130d3c660979 /src/highscore.cpp
parent48f99fd980f0577ab4336d7807a1781000253c3b (diff)
downloadopenttd-ebd4f32d15c34d7191546002cd06f99ad6b43d0c.tar.xz
Cleanup: remove core/sort_func.hpp as it's not used anymore
Diffstat (limited to 'src/highscore.cpp')
-rw-r--r--src/highscore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/highscore.cpp b/src/highscore.cpp
index 71b31c384..687417229 100644
--- a/src/highscore.cpp
+++ b/src/highscore.cpp
@@ -17,7 +17,6 @@
#include "string_func.h"
#include "strings_func.h"
#include "table/strings.h"
-#include "core/sort_func.hpp"
#include "debug.h"
#include "safeguards.h"