mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
IWYU: Update for Debian 12 CI job
`include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12.
This commit is contained in:
@@ -22,7 +22,6 @@ Run bison like this:
|
||||
# include <malloc.h>
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
/* Make sure the parser uses standard memory allocation. The default
|
||||
generated parser malloc/free declarations do not work on all
|
||||
platforms. */
|
||||
|
||||
Reference in New Issue
Block a user