From c09094e18690c3351860f4e550e45d8f6c8cbb6b Mon Sep 17 00:00:00 2001 From: Kevin Poretti Date: Fri, 10 Nov 2023 10:34:35 -0500 Subject: [PATCH] Fix include order --- .../UnrealFightingFramework/GameplayFramework/FFGameState.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/UnrealFightingFramework/GameplayFramework/FFGameState.cpp b/Source/UnrealFightingFramework/GameplayFramework/FFGameState.cpp index 03c7ff0..a2c77f1 100644 --- a/Source/UnrealFightingFramework/GameplayFramework/FFGameState.cpp +++ b/Source/UnrealFightingFramework/GameplayFramework/FFGameState.cpp @@ -1,8 +1,9 @@ // Project Sword & Gun Copyright Kevin Poretti +#include "GameplayFramework/FFGameState.h" + // FF includes #include "Input/FFPlayerController.h" -#include "GameplayFramework/FFGameState.h" // UE includes #include "Kismet/GameplayStatics.h"