summaryrefslogtreecommitdiff
path: root/src/callback_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/callback_table.cpp')
-rw-r--r--src/callback_table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callback_table.cpp b/src/callback_table.cpp
index 0bab10759..f1da41847 100644
--- a/src/callback_table.cpp
+++ b/src/callback_table.cpp
@@ -3,8 +3,8 @@
/** @file callback_table.cpp All command callbacks. */
#include "stdafx.h"
-#include "openttd.h"
#include "callback_table.h"
+#include "command_type.h"
/* If you add a callback for DoCommandP, also add the callback in here
* see below for the full list!