From 1848dd783934077ff20749892e83e8fee46737bd Mon Sep 17 00:00:00 2001 From: ZehMatt Date: Mon, 9 Aug 2021 21:42:45 +0300 Subject: [PATCH] Remove copy paste mistake #pragma once --- src/openrct2/scripting/bindings/entity/ScGuest.cpp | 2 -- src/openrct2/scripting/bindings/entity/ScLitter.cpp | 2 -- src/openrct2/scripting/bindings/network/ScNetwork.cpp | 2 -- src/openrct2/scripting/bindings/network/ScPlayer.cpp | 2 -- src/openrct2/scripting/bindings/network/ScPlayerGroup.cpp | 2 -- src/openrct2/scripting/bindings/ride/ScRide.cpp | 2 -- src/openrct2/scripting/bindings/ride/ScRideStation.cpp | 2 -- 7 files changed, 14 deletions(-) diff --git a/src/openrct2/scripting/bindings/entity/ScGuest.cpp b/src/openrct2/scripting/bindings/entity/ScGuest.cpp index e0e20d4f4d..ea85c8efa6 100644 --- a/src/openrct2/scripting/bindings/entity/ScGuest.cpp +++ b/src/openrct2/scripting/bindings/entity/ScGuest.cpp @@ -7,8 +7,6 @@ * OpenRCT2 is licensed under the GNU General Public License version 3. *****************************************************************************/ -#pragma once - #ifdef ENABLE_SCRIPTING # include "ScGuest.hpp" diff --git a/src/openrct2/scripting/bindings/entity/ScLitter.cpp b/src/openrct2/scripting/bindings/entity/ScLitter.cpp index 1163666230..df59a9b7fe 100644 --- a/src/openrct2/scripting/bindings/entity/ScLitter.cpp +++ b/src/openrct2/scripting/bindings/entity/ScLitter.cpp @@ -7,8 +7,6 @@ * OpenRCT2 is licensed under the GNU General Public License version 3. *****************************************************************************/ -#pragma once - #ifdef ENABLE_SCRIPTING # include "ScLitter.hpp" diff --git a/src/openrct2/scripting/bindings/network/ScNetwork.cpp b/src/openrct2/scripting/bindings/network/ScNetwork.cpp index 2ce1e7b423..7b10801034 100644 --- a/src/openrct2/scripting/bindings/network/ScNetwork.cpp +++ b/src/openrct2/scripting/bindings/network/ScNetwork.cpp @@ -7,8 +7,6 @@ * OpenRCT2 is licensed under the GNU General Public License version 3. *****************************************************************************/ -#pragma once - #ifdef ENABLE_SCRIPTING # include "ScNetwork.hpp" diff --git a/src/openrct2/scripting/bindings/network/ScPlayer.cpp b/src/openrct2/scripting/bindings/network/ScPlayer.cpp index 672358917e..86fd493ba6 100644 --- a/src/openrct2/scripting/bindings/network/ScPlayer.cpp +++ b/src/openrct2/scripting/bindings/network/ScPlayer.cpp @@ -7,8 +7,6 @@ * OpenRCT2 is licensed under the GNU General Public License version 3. *****************************************************************************/ -#pragma once - #ifdef ENABLE_SCRIPTING # include "ScPlayer.hpp" diff --git a/src/openrct2/scripting/bindings/network/ScPlayerGroup.cpp b/src/openrct2/scripting/bindings/network/ScPlayerGroup.cpp index 9c6f5a399d..0839bebe50 100644 --- a/src/openrct2/scripting/bindings/network/ScPlayerGroup.cpp +++ b/src/openrct2/scripting/bindings/network/ScPlayerGroup.cpp @@ -7,8 +7,6 @@ * OpenRCT2 is licensed under the GNU General Public License version 3. *****************************************************************************/ -#pragma once - #ifdef ENABLE_SCRIPTING # include "ScPlayerGroup.hpp" diff --git a/src/openrct2/scripting/bindings/ride/ScRide.cpp b/src/openrct2/scripting/bindings/ride/ScRide.cpp index ca90098dd5..9e81db6ce2 100644 --- a/src/openrct2/scripting/bindings/ride/ScRide.cpp +++ b/src/openrct2/scripting/bindings/ride/ScRide.cpp @@ -7,8 +7,6 @@ * OpenRCT2 is licensed under the GNU General Public License version 3. *****************************************************************************/ -#pragma once - #ifdef ENABLE_SCRIPTING # include "ScRide.hpp" diff --git a/src/openrct2/scripting/bindings/ride/ScRideStation.cpp b/src/openrct2/scripting/bindings/ride/ScRideStation.cpp index 7717dc724d..1168d96060 100644 --- a/src/openrct2/scripting/bindings/ride/ScRideStation.cpp +++ b/src/openrct2/scripting/bindings/ride/ScRideStation.cpp @@ -7,8 +7,6 @@ * OpenRCT2 is licensed under the GNU General Public License version 3. *****************************************************************************/ -#pragma once - #ifdef ENABLE_SCRIPTING # include "ScRideStation.hpp"