[TD] DrawView*: remove unused includes - part 2

- also sort includes
- also additions to precompiled header
This commit is contained in:
Uwe
2022-10-08 02:10:26 +02:00
parent bc9897caf8
commit 5dc30b159c
19 changed files with 144 additions and 255 deletions

View File

@@ -20,28 +20,22 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <iomanip>
# include <sstream>
#endif
#include <iomanip>
#include <iterator>
#include <boost/regex.hpp>
#include <Base/Exception.h>
#include <Base/FileInfo.h>
#include <Base/Console.h>
#include <App/Document.h>
#include <Base/Console.h>
#include <Base/FileInfo.h>
#include "DrawUtil.h"
#include "DrawViewImage.h"
#include "DrawUtil.h"
using namespace TechDraw;
using namespace std;
//===========================================================================
// DrawViewImage