From 90bf5988eec51e459d32fd55a2f72fe82a24ba8b Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Sat, 3 Sep 2022 09:30:53 -0500 Subject: [PATCH] Adjust Hooks include --- soh/soh/SaveManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/SaveManager.cpp b/soh/soh/SaveManager.cpp index 16aa0fff0..8de0b0f18 100644 --- a/soh/soh/SaveManager.cpp +++ b/soh/soh/SaveManager.cpp @@ -4,7 +4,7 @@ #include "z64.h" #include "functions.h" #include "macros.h" -#include "Hooks.h" +#include #include #define NOGDI // avoid various windows defines that conflict with things in z64.h