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

@@ -18,6 +18,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include <stdexcept>
#include "browser.h"
#include "charset.h"
#include "helpers.h"
@@ -26,6 +28,7 @@
#include "status_checker.h"
using namespace MPD;
using std::string;
extern Connection *Mpd;