mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06: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:
@@ -7,14 +7,9 @@
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include <cm3p/cppdap/types.h> // IWYU pragma: keep
|
||||
|
||||
namespace dap {
|
||||
struct Variable;
|
||||
struct VariablesRequest;
|
||||
}
|
||||
#include <cm3p/cppdap/protocol.h>
|
||||
#include <cm3p/cppdap/types.h>
|
||||
|
||||
namespace cmDebugger {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user