Skip to content

chore: group project includes after system headers - #11

Merged
Periicles merged 1 commit into
mainfrom
chore/tidy-includes
Jun 17, 2026
Merged

chore: group project includes after system headers#11
Periicles merged 1 commit into
mainfrom
chore/tidy-includes

Conversation

@Periicles

Copy link
Copy Markdown
Owner

Why

When menu.h / input.h were added by an automated insertion, they landed
right after the <system> header and before the project headers in five files
(move, manage_mobs, perso, quest, npc). Banana-clean and compiling, but the
include order was inconsistent.

What

Move those headers to the end of the project-include group, so every file reads
system headers first, then project headers. Include-only change.

Verification

  • make re: warning-free.
  • Banana: the five files clean (project stays at 0).
  • make tests_run: 20/20.

The automated include insertion for menu.h / input.h dropped them right
after the <system> header and before the project headers in five files.
Move them to the end of the project-include group so the ordering is
consistent (system headers, then project headers). Include-only change,
no behaviour difference.
@Periicles
Periicles merged commit fbdf212 into main Jun 17, 2026
8 checks passed
@Periicles
Periicles deleted the chore/tidy-includes branch June 17, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant