From db987e23d5dd33a5db8764743facbb906ac22b0f Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 29 Jan 2022 04:27:21 +0100 Subject: Fixed case in include paths in Stars45 --- Stars45/Starshatter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Stars45/Starshatter.cpp') diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp index 2dff897..4e33b26 100644 --- a/Stars45/Starshatter.cpp +++ b/Stars45/Starshatter.cpp @@ -76,7 +76,7 @@ #include "ShipCtrl.h" #include "ShipDesign.h" #include "HUDView.h" -#include "MFD.h" +#include "Mfd.h" #include "RadioMessage.h" #include "RadioTraffic.h" #include "RadioVox.h" @@ -131,7 +131,7 @@ #include "Archive.h" #include "DataLoader.h" #include "Random.h" -#include "Resource.h" +#include "resource.h" #include "Universe.h" #include "Video.h" #include "VideoSettings.h" -- cgit v1.1