From 06568bbfdfbecb489d3263f6df1e7d298642cd61 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Thu, 15 Jul 2021 00:46:35 +0200 Subject: Misc cleanup of header includes Was looking for misuse of module headers without checking that the module is actually enabled and got carried away... --- core/config/project_settings.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core') diff --git a/core/config/project_settings.cpp b/core/config/project_settings.cpp index ac4e0db5b7..84860b648d 100644 --- a/core/config/project_settings.cpp +++ b/core/config/project_settings.cpp @@ -30,7 +30,7 @@ #include "project_settings.h" -#include "core/core_bind.h" +#include "core/core_bind.h" // For Compression enum. #include "core/core_string_names.h" #include "core/input/input_map.h" #include "core/io/dir_access.h" @@ -42,8 +42,6 @@ #include "core/os/os.h" #include "core/variant/variant_parser.h" -#include - ProjectSettings *ProjectSettings::singleton = nullptr; ProjectSettings *ProjectSettings::get_singleton() { -- cgit v1.2.3