[Spread] remove unused includes

- also sort includes
- also additions to precompiled header
This commit is contained in:
Uwe
2022-10-09 20:31:31 +02:00
parent 32ead51360
commit 2d50fd36df
17 changed files with 95 additions and 106 deletions

View File

@@ -23,15 +23,13 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <sstream>
#endif
#include "Utils.h"
#include <sstream>
#include <cstdlib>
#include <boost/regex.hpp>
#include <Base/Exception.h>
#include "Sheet.h"
/**
* Encode \a col as a string.
*