aboutsummaryrefslogtreecommitdiffstats
path: root/src/EncoderAPI.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/EncoderAPI.hxx')
-rw-r--r--src/EncoderAPI.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/EncoderAPI.hxx b/src/EncoderAPI.hxx
index b3397f25c..3ae1879cb 100644
--- a/src/EncoderAPI.hxx
+++ b/src/EncoderAPI.hxx
@@ -25,9 +25,13 @@
#ifndef MPD_ENCODER_API_HXX
#define MPD_ENCODER_API_HXX
+// IWYU pragma: begin_exports
+
#include "EncoderPlugin.hxx"
#include "AudioFormat.hxx"
#include "tag/Tag.hxx"
#include "ConfigData.hxx"
+// IWYU pragma: end_exports
+
#endif