aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/kill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kill.cpp')
-rw-r--r--src/kill.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/kill.cpp b/src/kill.cpp
index 7b68b16c..fb83c8aa 100644
--- a/src/kill.cpp
+++ b/src/kill.cpp
@@ -5,13 +5,12 @@
and paste with a memory of previous cuts. It supports integration
with the X clipboard.
*/
-
-#include "config.h" // IWYU pragma: keep
-
#include <stddef.h>
#include <algorithm>
#include <list>
#include <string>
+#include <memory>
+#include <stdbool.h>
#include "fallback.h" // IWYU pragma: keep
#include "kill.h"