clean up some command.h include stuff

git-svn-id: https://svn.musicpd.org/mpd/trunk@1322 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-06-04 00:51:31 +00:00
parent ef6c500edb
commit b4adc880a1
2 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@
*/
#include "ls.h"
#include "command.h"
#include "playlist.h"
#include "path.h"
#include "myfprintf.h"

View File

@ -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: */