(svn r18805) -Codechange: move airport_movement.h to table/

This commit is contained in:
rubidium
2010-01-15 10:55:43 +00:00
parent 2cbb3dd7d1
commit 80702e8b87
5 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
#include "stdafx.h"
#include "debug.h"
#include "airport.h"
#include "airport_movement.h"
#include "table/airport_movement.h"
#include "core/alloc_func.hpp"
#include "date_func.h"
#include "settings_type.h"