comparison src/flacng/plugin.c @ 1961:e8ea3a76a84e

Various #include cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Oct 2007 18:43:28 +0300
parents f6f5603a0954
children fa9f85cebade
comparison
equal deleted inserted replaced
1960:a76855c7942e 1961:e8ea3a76a84e
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 */ 18 */
19 19
20 #include "flacng.h"
20 #include <audacious/util.h> 21 #include <audacious/util.h>
21 #include <audacious/output.h> 22 #include <audacious/output.h>
22 #include <glib/gi18n.h> 23 #include <glib/gi18n.h>
23 #include "flacng.h"
24 #include "tools.h" 24 #include "tools.h"
25 #include "plugin.h" 25 #include "plugin.h"
26 #include "seekable_stream_callbacks.h" 26 #include "seekable_stream_callbacks.h"
27 #include "version.h" 27 #include "version.h"
28 #include "debug.h" 28 #include "debug.h"