[Spread] remove unused includes from PreCompiled.h

This commit is contained in:
Uwe
2022-12-07 17:31:56 +01:00
parent 023a37b92c
commit 059b441ebc
2 changed files with 2 additions and 28 deletions

View File

@@ -26,7 +26,6 @@
#include <FCConfig.h>
// point at which warnings of overly long specifiers disabled (needed for VC6)
#ifdef _MSC_VER
# pragma warning( disable : 4251 )
@@ -37,24 +36,13 @@
#ifdef _PreComp_
// standard
#include <cassert>
#include <cmath>
#include <iostream>
// STL
#include <algorithm>
#include <bitset>
#include <deque>
#include <list>
#include <map>
#include <memory>
#include <queue>
#include <set>
#include <sstream>
#include <stack>
#include <string>
#include <vector>
// boost
#include <boost/regex.hpp>
@@ -67,10 +55,8 @@
# include <windows.h>
#endif
// Qt Toolkit
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
// Qt
#include <QLocale>
#endif //_PreComp_

View File

@@ -26,7 +26,6 @@
#include <FCConfig.h>
// point at which warnings of overly long specifiers disabled (needed for VC6)
#ifdef _MSC_VER
# pragma warning(disable : 4005)
@@ -38,21 +37,10 @@
#ifdef _PreComp_
// standard
#include <cassert>
#include <cmath>
#include <iostream>
// STL
#include <algorithm>
#include <bitset>
#include <list>
#include <map>
#include <queue>
#include <set>
#include <sstream>
#include <stack>
#include <string>
#include <vector>
#ifdef FC_OS_WIN32
# include <windows.h>