summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
Diffstat (limited to 'iwyu.json')
-rw-r--r--iwyu.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/iwyu.json b/iwyu.json
index 5785628..4fd09e5 100644
--- a/iwyu.json
+++ b/iwyu.json
@@ -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>",