diff --git a/src/openrct2/ride/TrackPaint.h b/src/openrct2/ride/TrackPaint.h index cebfb5fbef..6fdda43b84 100644 --- a/src/openrct2/ride/TrackPaint.h +++ b/src/openrct2/ride/TrackPaint.h @@ -9,8 +9,8 @@ #pragma once -#include "../../paint/Boundbox.h" #include "../common.h" +#include "../paint/Boundbox.h" #include "../paint/Paint.h" #include "../paint/Supports.h" #include "../paint/tile_element/Paint.TileElement.h"