Change order of includes

[ci skip]
This commit is contained in:
Gymnasiast 2017-01-01 22:22:20 +01:00
parent 33c41456bf
commit b6750c96c4
1 changed files with 1 additions and 1 deletions

View File

@ -26,8 +26,8 @@ extern "C"
#include "../config.h"
#include "../drawing/drawing.h"
#include "../localisation/localisation.h"
#include "../ride/track.h"
#include "../rct1.h"
#include "../ride/track.h"
}
RideObject::~RideObject()