Skip to content

Commit

Permalink
src: remove unused headers in src/util.h
Browse files Browse the repository at this point in the history
PR-URL: #33070
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
  • Loading branch information
juanarbol authored and codebytere committed Jul 8, 2020

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 1c64bc5 commit 0837c2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/util.h
Original file line number Diff line number Diff line change
@@ -33,9 +33,7 @@
#pragma GCC diagnostic pop
#endif

#include <cassert>
#include <climits> // PATH_MAX
#include <csignal>
#include <climits>
#include <cstddef>
#include <cstdio>
#include <cstdlib>

0 comments on commit 0837c2c

Please sign in to comment.