summaryrefslogtreecommitdiffstats
path: root/core/config/project_settings.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-07-15 00:46:35 +0200
committerRémi Verschelde <rverschelde@gmail.com>2021-07-15 00:46:43 +0200
commit06568bbfdfbecb489d3263f6df1e7d298642cd61 (patch)
tree420fd4cf4a5b041f8af3b51b674dc0c3eab1bf6b /core/config/project_settings.cpp
parent499be1fb67bbadb11b54763cf6fe04ac1784877b (diff)
downloadredot-engine-06568bbfdfbecb489d3263f6df1e7d298642cd61.tar.gz
Misc cleanup of header includes
Was looking for misuse of module headers without checking that the module is actually enabled and got carried away...
Diffstat (limited to 'core/config/project_settings.cpp')
-rw-r--r--core/config/project_settings.cpp4
1 files changed, 1 insertions, 3 deletions
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 <zlib.h>
-
ProjectSettings *ProjectSettings::singleton = nullptr;
ProjectSettings *ProjectSettings::get_singleton() {