From 9e9cfe6e59de14f7df9ab505f9bf5ef3d827545d Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 21:50:46 +0000 Subject: (svn r11677) -Codechange: move price and command related types/functions to their respective places. --- src/callback_table.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/callback_table.cpp') diff --git a/src/callback_table.cpp b/src/callback_table.cpp index 7146478bf..16de09821 100644 --- a/src/callback_table.cpp +++ b/src/callback_table.cpp @@ -5,7 +5,6 @@ #include "stdafx.h" #include "openttd.h" #include "callback_table.h" -#include "functions.h" /* If you add a callback for DoCommandP, also add the callback in here * see below for the full list! -- cgit v1.2.3-54-g00ecf