From 02cdf01507be4ca5d77915cd00298929ad2f7f30 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 17 Apr 2008 19:10:30 +0000 Subject: (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h. --- src/autoslope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/autoslope.h') diff --git a/src/autoslope.h b/src/autoslope.h index 036b43a57..2b7909fb8 100644 --- a/src/autoslope.h +++ b/src/autoslope.h @@ -5,9 +5,9 @@ #ifndef AUTOSLOPE_H #define AUTOSLOPE_H -#include "depot.h" #include "settings_type.h" #include "player_func.h" +#include "depot_func.h" /** * Autoslope check for tiles with an entrance on an edge. -- cgit v1.2.3-54-g00ecf