[Path] improve PreCompiled.h handling

This commit is contained in:
Uwe
2022-12-07 18:35:59 +01:00
parent 7e70d28761
commit 73b7547cd5
18 changed files with 43 additions and 65 deletions

View File

@@ -40,29 +40,10 @@
#ifdef _PreComp_
// standard
#include <cstdio>
#include <cassert>
#include <iostream>
// STL
#include <algorithm>
#include <iostream>
#include <list>
#include <map>
#include <queue>
#include <set>
#include <sstream>
#include <stack>
#include <string>
#include <vector>
// Boost
#include <boost/regex.hpp>
// Xerces
#include <xercesc/util/XercesDefs.hpp>
#endif //_PreComp_
#endif