aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/builtin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/builtin.cpp')
-rw-r--r--src/builtin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/builtin.cpp b/src/builtin.cpp
index 248ca323..5033ca5d 100644
--- a/src/builtin.cpp
+++ b/src/builtin.cpp
@@ -21,7 +21,6 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
-#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -32,7 +31,7 @@
#include <wctype.h>
#include <algorithm>
#include <map>
-#include <memory> // IWYU pragma: keep
+#include <memory>
#include <string>
#include <utility>