From 748461c57d02cd7717134ac23473c0264d5d65ff Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Mon, 22 Aug 2022 12:07:24 +0200 Subject: [PATCH] JANITORIAL: Remove useless headers System headers are not allowed in engines code and are not used --- engines/ags/shared/ac/game_setup_struct_base.cpp | 1 - engines/groovie/logic/cake.cpp | 1 - engines/sky/compact.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/engines/ags/shared/ac/game_setup_struct_base.cpp b/engines/ags/shared/ac/game_setup_struct_base.cpp index a4c1fa41c99..1d32a93a3bf 100644 --- a/engines/ags/shared/ac/game_setup_struct_base.cpp +++ b/engines/ags/shared/ac/game_setup_struct_base.cpp @@ -26,7 +26,6 @@ #include "ags/shared/ac/words_dictionary.h" #include "ags/shared/script/cc_script.h" #include "ags/shared/util/stream.h" -#include namespace AGS3 { diff --git a/engines/groovie/logic/cake.cpp b/engines/groovie/logic/cake.cpp index a8afa0b220a..fe62d688471 100644 --- a/engines/groovie/logic/cake.cpp +++ b/engines/groovie/logic/cake.cpp @@ -25,7 +25,6 @@ * */ -#include #include "groovie/groovie.h" #include "groovie/logic/cake.h" diff --git a/engines/sky/compact.cpp b/engines/sky/compact.cpp index f2e94b35ad5..448a03ee075 100644 --- a/engines/sky/compact.cpp +++ b/engines/sky/compact.cpp @@ -27,7 +27,6 @@ #include "common/translation.h" #include "sky/compact.h" #include "gui/message.h" -#include // for ptrdiff_t namespace Sky {