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

Remove craft_command.h and recipe.h from character.h #71183

Merged
merged 2 commits into from
Jan 25, 2024

Commits on Jan 23, 2024

  1. Remove craft_command.h from character.h

    This is one of the most expensive headers to include, and there is
    literally no reason for it to be here.
    ehughsbaird committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9dec3e6 View commit details
    Browse the repository at this point in the history
  2. Remove recipe.h from character.h

    Another header that had no reason to be included in character.h, and was
    one of the most expensive headers to compile as such.
    ehughsbaird committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    389453d View commit details
    Browse the repository at this point in the history