Skip to content

Commit

Permalink
i#7046: clang-tidy: Clean up headers to include what is used by cored…
Browse files Browse the repository at this point in the history
…ump.c and instrument.c. (#7072)

Clean up include files in core/lib/instrument.c and
core/unix/coredump.c.

Issue: #7046
  • Loading branch information
ivankyluk authored Nov 11, 2024
1 parent 9ae8f30 commit 645ccbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/lib/instrument.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#include "instrlist.h"
#include "decode.h"
#include "disassemble.h"
#include "dr_tools.h"
#include "ir_utils.h"
#include "../fragment.h"
#include "../fcache.h"
Expand Down
5 changes: 4 additions & 1 deletion core/unix/coredump.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@
*/

#include <elf.h>
#include <stddef.h>
#include <sys/mman.h>
#include "../globals.h"

#include "../hashtable.h"
#include "../os_shared.h"
#include "../synch.h"
#include "dr_tools.h"
#include "../utils.h"
#include "../lib/globals_api.h"
#include "../lib/globals_shared.h"
#include "elf_defines.h"
#include "memquery.h"

Expand Down

0 comments on commit 645ccbe

Please sign in to comment.