Skip to content

Remove unnecessary CHECK_INCLUDE_FILES() uses#8451

Open
rubiefawn wants to merge 1 commit into
LMMS:masterfrom
rubiefawn:check-include-files
Open

Remove unnecessary CHECK_INCLUDE_FILES() uses#8451
rubiefawn wants to merge 1 commit into
LMMS:masterfrom
rubiefawn:check-include-files

Conversation

@rubiefawn

Copy link
Copy Markdown
Contributor
  • sys/types.h: LMMS_HAVE_SYS_TYPES_H is never referenced, sys/types.h is never #included in first-party code
  • sys/time.h: LMMS_HAVE_SYS_TIME_H is never referenced, sys/time.h is never #included in first-party code
  • locale.h: This header is a mandatory part of the C standard library and can be assumed to be present

@rubiefawn rubiefawn added the cmake label Jul 2, 2026
- sys/types.h: LMMS_HAVE_SYS_TYPES_H is never referenced
- sys/time.h: LMMS_HAVE_SYS_TIME_H is never referenced
- locale.h: This header is a mandatory part of the C standard library
@rubiefawn rubiefawn force-pushed the check-include-files branch from f8aeb31 to 574c36e Compare July 2, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants