Commit b4adc880 authored by Warren Dukes's avatar Warren Dukes

clean up some command.h include stuff

git-svn-id: https://svn.musicpd.org/mpd/trunk@1322 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent ef6c500e
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
*/ */
#include "ls.h" #include "ls.h"
#include "command.h"
#include "playlist.h" #include "playlist.h"
#include "path.h" #include "path.h"
#include "myfprintf.h" #include "myfprintf.h"
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include "stats.h" #include "stats.h"
#include "command.h"
#include "tables.h" #include "tables.h"
#include "directory.h" #include "directory.h"
#include "myfprintf.h" #include "myfprintf.h"
...@@ -46,4 +45,3 @@ int printStats(FILE * fp) { ...@@ -46,4 +45,3 @@ int printStats(FILE * fp) {
myfprintf(fp,"db_update: %li\n",getDbModTime()); myfprintf(fp,"db_update: %li\n",getDbModTime());
return 0; return 0;
} }
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment