output/sndio: move #include below guard

This commit is contained in:
Max Kellermann 2017-09-19 18:59:04 +02:00
parent 412ff762bb
commit 735eabb066

View File

@ -17,11 +17,11 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include "../OutputAPI.hxx"
#ifndef MPD_SNDIO_OUTPUT_PLUGIN_HXX #ifndef MPD_SNDIO_OUTPUT_PLUGIN_HXX
#define MPD_SNDIO_OUTPUT_PLUGIN_HXX #define MPD_SNDIO_OUTPUT_PLUGIN_HXX
#include "../OutputAPI.hxx"
class Mixer; class Mixer;
class MixerListener; class MixerListener;