From 928cfcf1e53dd44b642878fad4c0a31e336c8115 Mon Sep 17 00:00:00 2001 From: Gene Walters Date: Tue, 19 Oct 2021 09:49:56 -0700 Subject: [PATCH] Removing an accidental pragma once Signed-off-by: Gene Walters --- .../Multiplayer/Editor/MultiplayerPythonEditorEventsBus.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Gems/Multiplayer/Code/Include/Multiplayer/Editor/MultiplayerPythonEditorEventsBus.h b/Gems/Multiplayer/Code/Include/Multiplayer/Editor/MultiplayerPythonEditorEventsBus.h index 39ce4de94a..90f968f591 100644 --- a/Gems/Multiplayer/Code/Include/Multiplayer/Editor/MultiplayerPythonEditorEventsBus.h +++ b/Gems/Multiplayer/Code/Include/Multiplayer/Editor/MultiplayerPythonEditorEventsBus.h @@ -1,4 +1,3 @@ -#pragma once /* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution.