aboutsummaryrefslogtreecommitdiffstats
path: root/src/EncoderAPI.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/EncoderAPI.hxx')
-rw-r--r--src/EncoderAPI.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/EncoderAPI.hxx b/src/EncoderAPI.hxx
index b3397f25c..267affa3a 100644
--- a/src/EncoderAPI.hxx
+++ b/src/EncoderAPI.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2013 The Music Player Daemon Project
+ * Copyright (C) 2003-2014 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -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