includes cleaning

This commit is contained in:
Andrzej Rybczak
2009-02-10 12:19:59 +01:00
parent b607617193
commit f9f5149b76
27 changed files with 137 additions and 126 deletions

View File

@@ -22,9 +22,14 @@
#include <config.h>
#endif
#include <cstring>
#include <iomanip>
#include <sstream>
#include "charset.h"
#include "song.h"
#include "settings.h"
using std::string;
Song::Song(mpd_Song *s, bool copy_ptr) : itsSong(s ? s : mpd_newSong()),
itsSlash(string::npos),