diff options
Diffstat (limited to '')
-rw-r--r-- | src/strfsong.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/strfsong.c b/src/strfsong.c index 22f2e2e6d..523c30da2 100644 --- a/src/strfsong.c +++ b/src/strfsong.c @@ -22,17 +22,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "strfsong.h" +#include "support.h" -#include <stdio.h> -#include <stdlib.h> -#include <unistd.h> #include <string.h> -#include <glib.h> - -#include "config.h" -#include "libmpdclient.h" -#include "support.h" -#include "strfsong.h" static const gchar * skip(const gchar * p) |