diff options
Diffstat (limited to 'table')
-rw-r--r-- | table/engines.h | 2 | ||||
-rw-r--r-- | table/namegen.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/table/engines.h b/table/engines.h index 83bec4b57..a1eeada08 100644 --- a/table/engines.h +++ b/table/engines.h @@ -7,7 +7,7 @@ * This file contains all the data for vehicles */ -#include "sound.h" +#include "../sound.h" /** Writes the properties of a vehicle into the EngineInfo struct. * @see EngineInfo diff --git a/table/namegen.h b/table/namegen.h index 0a4113f50..f24440cd9 100644 --- a/table/namegen.h +++ b/table/namegen.h @@ -1,7 +1,7 @@ /* $Id$ */ -#include "stdafx.h" -#include "openttd.h" +#include "../stdafx.h" +#include "../openttd.h" static const char *name_original_english_1[] = { "Great ", |