Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Move #includes from project_settings.h into project_settings.cpp #89113

Conversation

Nazarwadim
Copy link
Contributor

@Nazarwadim Nazarwadim commented Mar 3, 2024

Just looked at the core code and saw that extra includes can be moved to .cpp. I moved it and the project compiled without errors

@Nazarwadim Nazarwadim requested a review from a team as a code owner March 3, 2024 13:40
Copy link
Member

@AThousandShips AThousandShips left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be the correct change

core/config/project_settings.cpp Outdated Show resolved Hide resolved
core/config/project_settings.h Show resolved Hide resolved
@AThousandShips
Copy link
Member

Please squash your commits into one, see here

@Nazarwadim Nazarwadim force-pushed the move_includes_from_h_to_cpp_project_settings branch from 05c2ce8 to ea8c261 Compare March 4, 2024 13:37
Copy link
Member

@akien-mga akien-mga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@akien-mga akien-mga modified the milestones: 4.x, 4.3 Mar 4, 2024
@akien-mga akien-mga merged commit 49dc67b into godotengine:master Mar 4, 2024
16 checks passed
@akien-mga
Copy link
Member

akien-mga commented Mar 4, 2024

Thanks! And congrats for your first merged Godot contribution 🎉

@Nazarwadim Nazarwadim deleted the move_includes_from_h_to_cpp_project_settings branch March 4, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants