Base: move ILogger sub-classes to their own source files in order to reduce including stream classes in client code

This commit is contained in:
wmayer
2022-03-06 10:13:47 +01:00
parent a64563c92e
commit 58a719e207
34 changed files with 460 additions and 360 deletions

View File

@@ -24,6 +24,8 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <fstream>
# include <iostream>
# include <sstream>
#endif
@@ -33,7 +35,6 @@
#include <Base/FileInfo.h>
#include <App/Application.h>
#include <boost/regex.hpp>
#include <iostream>
#include <iterator>
#include "FeaturePage.h"