diff options
Diffstat (limited to 'src')
-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: */ |