[Drawing] App: remove unused headers

- also some sorting
- also enable precompiled header
This commit is contained in:
Uwe
2022-12-10 04:43:58 +01:00
parent 6451bbee69
commit 870dbc050f
26 changed files with 223 additions and 493 deletions

View File

@@ -20,26 +20,21 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <iomanip>
# include <iterator>
# include <sstream>
# include <boost/regex.hpp>
#endif
#include <iomanip>
#include <iterator>
#include <boost/regex.hpp>
#include <Base/Exception.h>
#include <Base/FileInfo.h>
#include "FeatureViewSymbol.h"
using namespace Drawing;
using namespace std;
//===========================================================================
// FeatureViewSymbol
//===========================================================================