aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proc.cpp
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-23 17:24:19 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-23 17:26:08 -0700
commitfa78a7101c3f19aa0ac148f7184aafb1d32bb701 (patch)
tree3a7af19985c9908418cb7c91694f077b50ed41d4 /src/proc.cpp
parent5d680f6dbc86e69990b3b2e8ab8027f785ef4720 (diff)
Make IWYU output in lint.cpp less messy
And re-run IWYU, adjust #includes.
Diffstat (limited to 'src/proc.cpp')
-rw-r--r--src/proc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proc.cpp b/src/proc.cpp
index ec1d86d5..1f1dd3ae 100644
--- a/src/proc.cpp
+++ b/src/proc.cpp
@@ -28,7 +28,6 @@
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
-#include <stdbool.h>
#include <sys/time.h> // IWYU pragma: keep
#include <sys/types.h>
#include <algorithm> // IWYU pragma: keep