aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ls.c1
-rw-r--r--src/stats.c2
2 files changed, 0 insertions, 3 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"
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: */