summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-06-16 14:59:27 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-06-16 14:59:27 -0400
commited343703e6d4a0b1077d35b38d4aadfd11afeaf1 (patch)
treea8284a9ca8b44ccbc6afcd838695e3b369ac6219 /src
parentd61a31e7ab30ef357060124bae1830939106104b (diff)
Fix include capitalization
Diffstat (limited to 'src')
-rw-r--r--src/d/d_com_static.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_com_static.cpp b/src/d/d_com_static.cpp
index 7af2405e..b68cd737 100644
--- a/src/d/d_com_static.cpp
+++ b/src/d/d_com_static.cpp
@@ -4,7 +4,7 @@
//
#include "d/dolzel.h" // IWYU pragma: keep
-#include "res/Object/fdai.h"
+#include "res/Object/Fdai.h"
#include "dolphin/types.h"
#include "d/d_com_inf_game.h"
#include "d/d_salvage.h"