summaryrefslogtreecommitdiffstats
path: root/src/handle_event.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-19 09:55:33 -0400
committerDavid Robillard <d@drobilla.net>2022-07-20 10:35:32 -0400
commit2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0 (patch)
treec45b6aef32816a2db969a9fcad684cc5906fdb50 /src/handle_event.cpp
parenta58a86c262164945a3de2724dab50c6a4cc54241 (diff)
downloadpatchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.tar.gz
patchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.tar.bz2
patchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.zip
Clean up includes
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 {