diff options
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -9,7 +9,7 @@ }, { "include": [ - "<mariadb_com.h>", + "@.(mysql|mariadb_(com|ctype|dyncol|stmt|version))\\.h.", "private", "<mysql.h>", "public" @@ -17,6 +17,22 @@ }, { "include": [ + "@.mariadb_rpl\\.h.", + "private", + "\"mariadb_repl.h\"", + "public" + ] + }, + { + "include": [ + "<boost/mpl/aux_/preprocessed/gcc/list.hpp>", + "private", + "<boost/mpl/list.hpp>", + "public" + ] + }, + { + "include": [ "<boost/test/unit_test_suite.hpp>", "private", "<boost/test/unit_test.hpp>", |