Skip to content

Commit 15cdbcb

Browse files
iwyu.json: allowing sam.h to bring in hts.h and kstring.h
1 parent 6836f4f commit 15cdbcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iwyu.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[
2+
{ "include": ["@[\"<]htslib/kstring.h[\">]", "private", "<htslib/sam.h>", "public"] },
3+
{ "include": ["@[\"<]htslib/hts.h[\">]", "private", "<htslib/sam.h>", "public"] },
24
]

0 commit comments

Comments
 (0)