diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2025-04-06 21:17:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-06 17:17:50 -0400 |
| commit | 3d0feab897b065106f5d38ffbc55f075f990e784 (patch) | |
| tree | db74de5a6303ac2957d347181a45e5cb53f3f76b /mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp | |
| parent | 63f2c89f9f2bf6a74cedc2185e515a302af68aa3 (diff) | |
Cleanup includes (#1072)
* Cleanup
* Format
* Fixes
* Update macports-deps.txt
* Fix mac
* Update macports-deps.txt
Co-authored-by: Archez <Archez@users.noreply.github.com>
* Move includes around
---------
Co-authored-by: Archez <Archez@users.noreply.github.com>
Diffstat (limited to 'mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp')
| -rw-r--r-- | mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp b/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp index 94d364ad5..3d3c5ca87 100644 --- a/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp +++ b/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp @@ -1,8 +1,9 @@ #include "MiscBehavior.h" -#include <libultraship/libultraship.h> #include "Rando/Spoiler/Spoiler.h" #include "Rando/Logic/Logic.h" #include <boost_custom/container_hash/hash_32.hpp> +#include "public/bridge/consolevariablebridge.h" +#include <spdlog/spdlog.h> extern "C" { #include "functions.h" |
