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 some unneeded headers #680

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 24, 2024

  1. Removed unneeded headers

    This removes some unneeded headers from the headers.
    mjp41 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ac5eab2 View commit details
    Browse the repository at this point in the history
  2. Remove use of std::string

    This stack allocates and copies a c-string to replace the calls to std::string.
    mjp41 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    63cfb65 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Switch include order for CI

    mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    35e623a View commit details
    Browse the repository at this point in the history
  2. CR

    mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ac23f54 View commit details
    Browse the repository at this point in the history