From 43a87590f45aa6e55724d30d0c2d0d34b407a57e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 17 Jan 2021 18:54:26 +0000 Subject: First cut modernizing and sanitizing --- iwyu.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 iwyu.json (limited to 'iwyu.json') diff --git a/iwyu.json b/iwyu.json new file mode 100644 index 0000000..ccf35c5 --- /dev/null +++ b/iwyu.json @@ -0,0 +1,42 @@ +[ + { + "include": [ + "", + "private", + "", + "public" + ] + }, + { + "include": [ + "@\"SDL.*.h\"", + "private", + "", + "public" + ] + }, + { + "include": [ + "@", + "private", + "", + "public" + ] + }, + { + "include": [ + "@", + "private", + "", + "public" + ] + }, + { + "include": [ + "@", + "private", + "", + "public" + ] + } +] -- cgit v1.2.3