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

@@ -23,11 +23,12 @@
#include "settings.h"
using std::ifstream;
using std::string;
const string config_file = config_dir + "config";
const string keys_config_file = config_dir + "keys";
using std::ifstream;
namespace
{
void GetKeys(string &line, int *key)