From 4ac149951b2020b4a6dafb0455d3f523e7c9cfe6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 15 Feb 2022 17:34:51 +0000 Subject: Fix up all warnings from all the tools --- iwyu.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 iwyu.json (limited to 'iwyu.json') diff --git a/iwyu.json b/iwyu.json new file mode 100644 index 0000000..7e89cdd --- /dev/null +++ b/iwyu.json @@ -0,0 +1,18 @@ +[ + { + "include": [ + "@", + "private", + "", + "public" + ] + }, + { + "include": [ + "@", + "private", + "", + "public" + ] + } +] -- cgit v1.2.3