diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-06-16 14:59:27 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-06-16 14:59:27 -0400 |
| commit | ed343703e6d4a0b1077d35b38d4aadfd11afeaf1 (patch) | |
| tree | a8284a9ca8b44ccbc6afcd838695e3b369ac6219 /src | |
| parent | d61a31e7ab30ef357060124bae1830939106104b (diff) | |
Fix include capitalization
Diffstat (limited to 'src')
| -rw-r--r-- | src/d/d_com_static.cpp | 2 |
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" |
