diff --git a/src/data/path_spawn_metadata.h b/src/data/path_spawn_metadata.h index 2ffe6cc32..4345d8519 100644 --- a/src/data/path_spawn_metadata.h +++ b/src/data/path_spawn_metadata.h @@ -2,7 +2,7 @@ #define PATH_SPAWN_METADATA_H #include "waypoints.h" -#include "common_structs.h" +#include #include #include "include/bomb_kart.h" diff --git a/src/data/some_data.h b/src/data/some_data.h index 3d70b3158..e0de0a36a 100644 --- a/src/data/some_data.h +++ b/src/data/some_data.h @@ -1,7 +1,7 @@ #ifndef SOME_DATA_H #define SOME_DATA_H -#include "PR/gbi.h" +#include #include "spline.h" #include "data/other_textures.h" #include "objects.h"