aboutsummaryrefslogtreecommitdiffstats
path: root/src/stats.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/stats.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 'src/stats.c')
-rw-r--r--src/stats.c2
1 files changed, 0 insertions, 2 deletions
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: */