Comment some headers before I ditch them again.

This commit is contained in:
Pavel Sanda 2012-11-18 17:42:02 +01:00
parent baf48453e7
commit 4375b44dd6
4 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <boost/lexical_cast.hpp>
#include <string>
//needed for Mac OSX 10.5.2 Leopard
#include <cstdlib>
using namespace std;

View File

@ -19,6 +19,7 @@
#include <QFile>
//Needed in Ubuntu
#include <typeinfo>
#if ! defined(USE_WCHAR_T) && defined(__GNUC__)
#include <locale>

View File

@ -51,6 +51,7 @@ int accept(int)
#include <cerrno>
#include <string>
//needed for Mac OSX 10.5.2 Leopard
#include <cstring>
using namespace std;

View File

@ -23,6 +23,7 @@
#include <cerrno>
#include <map>
#include <ostream>
//Needed in MSVC
#include <string>