[App] Document: remove unused includes

This commit is contained in:
Uwe
2022-02-22 03:15:08 +01:00
parent 74dc860af2
commit 09ce5ce137
18 changed files with 41 additions and 110 deletions

View File

@@ -23,16 +23,11 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <boost_bind_bind.hpp>
#endif
#include "Application.h"
#include "Document.h"
#include "DocumentObject.h"
#include "DocumentObserverPython.h"
#include <Base/Interpreter.h>
#include <Base/Console.h>
using namespace App;
namespace bp = boost::placeholders;