aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-04 00:51:31 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-04 00:51:31 +0000
commitb4adc880a1c4bf03cc241563e424344647366d46 (patch)
treec0353ec8865e1a96df4642f1d2ce7dcb2e9c1f22 /src/ls.c
parentef6c500edb7dc1a4eb9bff11b83b57dd60d37d4a (diff)
downloadmpd-b4adc880a1c4bf03cc241563e424344647366d46.tar.gz
mpd-b4adc880a1c4bf03cc241563e424344647366d46.tar.xz
mpd-b4adc880a1c4bf03cc241563e424344647366d46.zip
clean up some command.h include stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@1322 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/ls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index 5f6fbd5f3..ce3b54674 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -17,7 +17,6 @@
*/
#include "ls.h"
-#include "command.h"
#include "playlist.h"
#include "path.h"
#include "myfprintf.h"