From d39fe96cf2b415bf8678c285e5d7bc52fb2705a4 Mon Sep 17 00:00:00 2001 From: Misa Date: Mon, 15 Feb 2021 18:49:24 -0800 Subject: [PATCH] Move Script.cpp #include to proper place It should be between the include of the corresponding header file for the source file (Script.h) and the includes of other local header files (the files that are specific to this codebase only); this is the convention that includes in all other source files follow. However, it seems like I misplaced this, so I'm fixing it now. --- desktop_version/src/Script.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop_version/src/Script.cpp b/desktop_version/src/Script.cpp index e3f2b01b..5f6263bb 100644 --- a/desktop_version/src/Script.cpp +++ b/desktop_version/src/Script.cpp @@ -1,6 +1,8 @@ #define SCRIPT_DEFINITION #include "Script.h" +#include + #include "editor.h" #include "Entity.h" #include "Enums.h" @@ -10,8 +12,6 @@ #include "Music.h" #include "UtilityClass.h" -#include - scriptclass::scriptclass() { //Start SDL