Skip to content

Commit

Permalink
[Core] Move includes from project_settings.h into project_settings.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazarwadim committed Mar 4, 2024
1 parent 13ba673 commit ea8c261
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions core/config/project_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include "core/io/file_access_pack.h"
#include "core/io/marshalls.h"
#include "core/os/keyboard.h"
#include "core/templates/rb_set.h"
#include "core/variant/typed_array.h"
#include "core/variant/variant_parser.h"
#include "core/version.h"
Expand Down
4 changes: 0 additions & 4 deletions core/config/project_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
#define PROJECT_SETTINGS_H

#include "core/object/class_db.h"
#include "core/os/thread_safe.h"
#include "core/templates/hash_map.h"
#include "core/templates/local_vector.h"
#include "core/templates/rb_set.h"

template <typename T>
class TypedArray;
Expand Down

0 comments on commit ea8c261

Please sign in to comment.