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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user