diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-04 00:51:31 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-04 00:51:31 +0000 |
commit | b4adc880a1c4bf03cc241563e424344647366d46 (patch) | |
tree | c0353ec8865e1a96df4642f1d2ce7dcb2e9c1f22 | |
parent | ef6c500edb7dc1a4eb9bff11b83b57dd60d37d4a (diff) | |
download | mpd-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
-rw-r--r-- | src/ls.c | 1 | ||||
-rw-r--r-- | src/stats.c | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -17,7 +17,6 @@ */ #include "ls.h" -#include "command.h" #include "playlist.h" #include "path.h" #include "myfprintf.h" diff --git a/src/stats.c b/src/stats.c index bb88d4052..b114e1764 100644 --- a/src/stats.c +++ b/src/stats.c @@ -18,7 +18,6 @@ #include "stats.h" -#include "command.h" #include "tables.h" #include "directory.h" #include "myfprintf.h" @@ -46,4 +45,3 @@ int printStats(FILE * fp) { myfprintf(fp,"db_update: %li\n",getDbModTime()); return 0; } -/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |