Skip to content

Commit

Permalink
IWYU: add two header rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cgzones authored and BenBE committed Aug 25, 2021
1 parent c243db0 commit fecf093
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iwyu/htop.imp
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
{ include: ["<sys/limits.h>", "private", "<limits.h>", "public"] },

{ include: ["<x86/_inttypes.h>", "private", "<inttypes.h>", "public"] },

{ include: ["<linux/capability.h>", "private", "<sys/capability.h>", "public"] },

{ include: ["<bits/mman-shared.h>", "private", "<sys/mman.h>", "public"] },
]

0 comments on commit fecf093

Please sign in to comment.