From 421548767dcfec0d64628a0781aa2c7a4e73fff1 Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:11:53 +0200 Subject: [PATCH] fix typo data (#661) Co-authored-by: MegaMech --- src/data/path_spawn_metadata.h | 2 +- src/data/some_data.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/path_spawn_metadata.h b/src/data/path_spawn_metadata.h index 2ffe6cc32d..4345d85193 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 3d70b3158f..e0de0a36a4 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"