[Gui] Document and Download: remove unused includes

This commit is contained in:
Uwe
2022-03-04 04:37:36 +01:00
parent bb76c7cc55
commit 5f9020b09a
14 changed files with 50 additions and 79 deletions

View File

@@ -20,20 +20,16 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <boost_bind_bind.hpp>
#endif
#include <Base/Interpreter.h>
#include "Application.h"
#include "Document.h"
#include "DocumentObserverPython.h"
#include "ViewProvider.h"
#include "ViewProviderDocumentObject.h"
#include "DocumentObserverPython.h"
#include <Base/Interpreter.h>
#include <Base/Console.h>
using namespace Gui;
namespace bp = boost::placeholders;