mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Comment some headers before I ditch them again.
This commit is contained in:
parent
baf48453e7
commit
4375b44dd6
@ -17,6 +17,7 @@
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include <string>
|
||||
//needed for Mac OSX 10.5.2 Leopard
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <QFile>
|
||||
|
||||
//Needed in Ubuntu
|
||||
#include <typeinfo>
|
||||
#if ! defined(USE_WCHAR_T) && defined(__GNUC__)
|
||||
#include <locale>
|
||||
|
@ -51,6 +51,7 @@ int accept(int)
|
||||
|
||||
#include <cerrno>
|
||||
#include <string>
|
||||
//needed for Mac OSX 10.5.2 Leopard
|
||||
#include <cstring>
|
||||
|
||||
using namespace std;
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <cerrno>
|
||||
#include <map>
|
||||
#include <ostream>
|
||||
//Needed in MSVC
|
||||
#include <string>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user