Skip to content

Commit

Permalink
Update list of special header mappings for IWYU
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBE committed Dec 26, 2023
1 parent d0a57b6 commit 20bd784
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iwyu/htop.imp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
{ include: ["<ncurses/term.h>", "private", "\"ProvideTerm.h\"", "public"] },
{ include: ["<ncursesw/term.h>", "private", "\"ProvideTerm.h\"", "public"] },

{ include: ["<libunwind-x86_64.h>", "private", "<libunwind.h>", "public"] },
{ include: ["\"ibunwind-x86_64.h\"", "private", "<libunwind.h>", "public"] },

{ include: ["<bits/types/struct_tm.h>", "private", "<time.h>", "public"] },

{ include: ["<bits/getopt_core.h>", "private", "<unistd.h>", "public"] },
Expand All @@ -25,4 +28,6 @@
{ include: ["<linux/capability.h>", "private", "<sys/capability.h>", "public"] },

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

{ include: ["<bits/types/struct_sched_param.h>", "private", "<sched.h>", "public"] },
]

0 comments on commit 20bd784

Please sign in to comment.