1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Remove unnecessary includes from Vehicle.h

This commit is contained in:
Gymnasiast
2025-12-12 12:17:17 +01:00
parent c744b76632
commit ee1794d6b6

View File

@@ -16,13 +16,10 @@
#include "../world/Location.hpp"
#include "Angles.h"
#include "CarEntry.h"
#include "Station.h"
#include "VehicleColour.h"
#include "VehicleSubpositionData.h"
#include <array>
#include <cstddef>
#include <vector>
struct Ride;
struct RideObjectEntry;