1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Misc cleanup of header includes

Was looking for misuse of module headers without checking that the module is
actually enabled and got carried away...
This commit is contained in:
Rémi Verschelde
2021-07-15 00:46:35 +02:00
parent 499be1fb67
commit 06568bbfdf
23 changed files with 69 additions and 91 deletions

View File

@@ -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() {