Skip to content

Consolidate private headers #111

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

Merged
merged 1 commit into from
Jul 30, 2025
Merged

Consolidate private headers #111

merged 1 commit into from
Jul 30, 2025

Conversation

jserv
Copy link
Contributor

@jserv jserv commented Jul 30, 2025

'include/twin_private.h' is now moved to 'src' directory for proper encapsulation, merging twin_backend_t definition from twin_backend.h into 'src/twin_private.h'

Summary by Bito

This pull request consolidates private headers by removing twin_backend.h and including twin_private.h in various source files. The twin_backend_t structure has been merged into twin_private.h, enhancing code organization and reducing dependencies, which improves encapsulation and maintainability.

'include/twin_private.h' is now moved to 'src' directory for proper
encapsulation, merging twin_backend_t definition from twin_backend.h
into 'src/twin_private.h'
@jserv jserv force-pushed the header-consolidation branch from d5a52cf to ead3ef5 Compare July 30, 2025 08:41
@jserv jserv merged commit b1f88b0 into main Jul 30, 2025
6 checks passed
@jserv jserv deleted the header-consolidation branch July 30, 2025 08:43
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