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

@@ -25,6 +25,7 @@
#include <iostream>
#include <fstream>
#include <map>
#include <stdexcept>
#include "mpdpp.h"
#include "ncmpcpp.h"
@@ -88,6 +89,10 @@
using namespace MPD;
using std::make_pair;
using std::string;
using std::vector;
ncmpcpp_config Config;
ncmpcpp_keys Key;