diff src/console_cmds.cpp @ 8116:9cc845deddfe draft

(svn r11677) -Codechange: move price and command related types/functions to their respective places.
author rubidium <rubidium@openttd.org>
date Fri, 21 Dec 2007 21:50:46 +0000 (2007-12-21)
parents 2d6af5d7a142
children 89722abcfd91
line wrap: on
line diff
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -16,7 +16,7 @@
 #include "network/network_client.h"
 #include "network/network_server.h"
 #include "network/network_udp.h"
-#include "command.h"
+#include "command_func.h"
 #include "settings.h"
 #include "fios.h"
 #include "fileio.h"