danmar / simplecpp

C++ preprocessor
BSD Zero Clause License
209 stars 83 forks source link

mitigated `include-what-you-use` warnings #330

Closed firewave closed 6 months ago

firewave commented 1 year ago

include-what-you-use and clang-include-cleaner disagree about this. Since we have the latter enabled in this repo appease it for now by re-adding the include and suppress the IWYU warning.

firewave commented 6 months ago

I accidentally modified the file downstream in https://github.com/danmar/cppcheck/commit/f465dc5b3dfb0f7ee409a38bdfe39312ac8fe37e instead of applying them upstream.