summaryrefslogtreecommitdiffhomepage
path: root/Stars45/HUDView.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-01-29 04:27:21 +0100
committerAki <please@ignore.pl>2022-01-29 04:27:21 +0100
commitdb987e23d5dd33a5db8764743facbb906ac22b0f (patch)
tree2fc4e96721a53847b44ca361b66ca96b9f262671 /Stars45/HUDView.cpp
parent758e7e8cdf56690f003229c409103645c072e5d8 (diff)
downloadstarshatter-db987e23d5dd33a5db8764743facbb906ac22b0f.zip
starshatter-db987e23d5dd33a5db8764743facbb906ac22b0f.tar.gz
starshatter-db987e23d5dd33a5db8764743facbb906ac22b0f.tar.bz2
Fixed case in include paths in Stars45
Diffstat (limited to 'Stars45/HUDView.cpp')
-rw-r--r--Stars45/HUDView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/HUDView.cpp b/Stars45/HUDView.cpp
index 4521c06..9f1888d 100644
--- a/Stars45/HUDView.cpp
+++ b/Stars45/HUDView.cpp
@@ -61,7 +61,7 @@
#include "StarSystem.h"
#include "Starshatter.h"
#include "CameraDirector.h"
-#include "MFD.h"
+#include "Mfd.h"
#include "RadioView.h"
#include "FormatUtil.h"
#include "Hoop.h"