diff options
Diffstat (limited to 'ai')
-rw-r--r-- | ai/ai.c | 2 | ||||
-rw-r--r-- | ai/ai.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ #include "../openttd.h" #include "../variables.h" #include "../command.h" -#include "../network.h" +#include "../network/network.h" #include "ai.h" #include "default/default.h" @@ -2,7 +2,7 @@ #define AI_H #include "../functions.h" -#include "../network.h" +#include "../network/network.h" #include "../player.h" #include "../command.h" |