summaryrefslogtreecommitdiff
path: root/src/timetable_cmd.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/timetable_cmd.cpp
parent48f99fd980f0577ab4336d7807a1781000253c3b (diff)
downloadopenttd-ebd4f32d15c34d7191546002cd06f99ad6b43d0c.tar.xz
Cleanup: remove core/sort_func.hpp as it's not used anymore
Diffstat (limited to 'src/timetable_cmd.cpp')
-rw-r--r--src/timetable_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timetable_cmd.cpp b/src/timetable_cmd.cpp
index 2b2de28a9..979534bb3 100644
--- a/src/timetable_cmd.cpp
+++ b/src/timetable_cmd.cpp
@@ -16,7 +16,6 @@
#include "window_func.h"
#include "vehicle_base.h"
#include "cmd_helper.h"
-#include "core/sort_func.hpp"
#include "table/strings.h"