summaryrefslogtreecommitdiffstats
path: root/src/handle_event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/handle_event.cpp')
-rw-r--r--src/handle_event.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/handle_event.cpp b/src/handle_event.cpp
index 373b74a..d5d8ed7 100644
--- a/src/handle_event.cpp
+++ b/src/handle_event.cpp
@@ -16,13 +16,11 @@
PATCHAGE_DISABLE_FMT_WARNINGS
#include <fmt/core.h>
-#include <fmt/ostream.h>
+#include <fmt/ostream.h> // IWYU pragma: keep
PATCHAGE_RESTORE_WARNINGS
#include <boost/variant/apply_visitor.hpp>
-#include <iosfwd>
-
namespace patchage {
namespace {