get rid of 'using namespace NCurses' directive

This commit is contained in:
Andrzej Rybczak
2012-09-02 15:37:42 +02:00
parent 6f59a175ec
commit d47cad1d50
58 changed files with 607 additions and 613 deletions

View File

@@ -24,6 +24,7 @@
#include <functional>
#include <memory>
#include <string>
#include <vector>
#include <mpd/client.h>
@@ -85,6 +86,8 @@ struct Song
size_t m_hash;
};
typedef std::vector<Song> SongList;
}
#endif