aboutsummaryrefslogtreecommitdiffstats
path: root/src/stats.c
diff options
context:
space:
mode:
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: */