diff options
Diffstat (limited to '')
-rw-r--r-- | src/OutputAPI.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/OutputAPI.hxx b/src/OutputAPI.hxx index e905fd9db..322ed3971 100644 --- a/src/OutputAPI.hxx +++ b/src/OutputAPI.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 @@ -20,10 +20,14 @@ #ifndef MPD_OUTPUT_API_HXX #define MPD_OUTPUT_API_HXX +// IWYU pragma: begin_exports + #include "OutputPlugin.hxx" #include "OutputInternal.hxx" #include "AudioFormat.hxx" #include "tag/Tag.hxx" #include "ConfigData.hxx" +// IWYU pragma: end_exports + #endif |