summaryrefslogtreecommitdiff
path: root/iwyu.json
blob: 7e89cdda062829fcf9c336dfb4624d0a394d82e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
	{
		"include": [
			"@<git2/.*\\.h>",
			"private",
			"<git2.h>",
			"public"
		]
	},
	{
		"include": [
			"@<boost/.*>",
			"private",
			"<boost/test/unit_test.hpp>",
			"public"
		]
	}
]