From 8446b57d05d8d42c8aa1d9ccfb11a9370bac5b78 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 8 Feb 2008 13:18:29 +0000 Subject: include path changes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@234 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sndfile/decoder_sndfile.cpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/plugins/Input/sndfile/decoder_sndfile.cpp') diff --git a/src/plugins/Input/sndfile/decoder_sndfile.cpp b/src/plugins/Input/sndfile/decoder_sndfile.cpp index b4baa2ba4..dc7516854 100644 --- a/src/plugins/Input/sndfile/decoder_sndfile.cpp +++ b/src/plugins/Input/sndfile/decoder_sndfile.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -22,12 +22,10 @@ #include #include - - -#include "constants.h" -#include "buffer.h" -#include "output.h" -#include "recycler.h" +#include +#include +#include +#include #include "decoder_sndfile.h" -- cgit v1.2.3-13-gbd6f