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

Include-what-you-use changes and #include section reorganization #452

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2022

  1. Changes suggested by include-what-you-use

    This commit applies changes suggested by include-what-you-use.  I did
    not apply all of them as there are some false positives/negatives and
    it did not recognize forward decls in some cases, and also tends to
    suggest headers that should not be included, such as files in the
    bits/ directory on Linux, but most changes have been applied.
    nealsid committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    77742d1 View commit details
    Browse the repository at this point in the history
  2. Reorganize #include statements

    This commit applies a few cleanups to the #include sections:
    
    - Remove old version checks for Visual Studio, SUSE Linux, and DragonFly BSD
    - Alphabetize the includes
    - Consolidate multiple MSC_VER checks in the same file
    nealsid committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    be07836 View commit details
    Browse the repository at this point in the history