Skip to content

Commit

Permalink
hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jan 17, 2016
1 parent 5da4dc1 commit 5bcc88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iwyu_generate_mappings.awk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BEGIN {
/^(.*)\.generated\.h/ {
body = $0
header = body
sub(/\.generated\.h$/, ".h", header)
sub(/\.generated\.h$/, ".hpp", header)
print "{ include: [\"\\\"" body "\\\"\", private, \"\\\"" header "\\\"\", public] },"
}

Expand Down

0 comments on commit 5bcc88c

Please sign in to comment.