filter/autoconvert: include cleanup
This commit is contained in:
parent
5ed9f02c4d
commit
9ee52d85d7
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2011 The Music Player Daemon Project
|
||||
* Copyright (C) 2003-2013 The Music Player Daemon Project
|
||||
* http://www.musicpd.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@ -23,13 +23,11 @@
|
||||
#include "filter_plugin.h"
|
||||
#include "filter_internal.h"
|
||||
#include "filter_registry.h"
|
||||
#include "conf.h"
|
||||
#include "pcm_convert.h"
|
||||
#include "audio_format.h"
|
||||
#include "poison.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
struct autoconvert_filter {
|
||||
struct filter base;
|
||||
|
Loading…
Reference in New Issue
Block a user