Skip to content

Commit

Permalink
tidy includes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Sep 5, 2023
1 parent 494f8c9 commit 6d60e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ test: $(TST_E)
valgrind: TST_WITH = valgrind --leak-check=full --show-leak-kinds=all
valgrind: test

# make -k iwyu > /dev/null
IWYU = include-what-you-use -Xiwyu --no_fwd_decls -Xiwyu --verbose=2
IWYU = include-what-you-use -Xiwyu --no_fwd_decls -Xiwyu --error=1 -Xiwyu --verbose=3
iwyu: CC = $(IWYU) -Xiwyu --check_also="inc/*h"
iwyu: clean $(SRC_O) $(TST_O)

Expand Down
2 changes: 1 addition & 1 deletion src/ptable.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>

#include "itable.h"

Expand Down

0 comments on commit 6d60e86

Please sign in to comment.