[App] Expression and Extension: remove unused includes
This commit is contained in:
@@ -23,15 +23,12 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <cassert>
|
||||
# include <algorithm>
|
||||
#endif
|
||||
#include <Base/Console.h>
|
||||
#include <Base/Exception.h>
|
||||
|
||||
#include "Extension.h"
|
||||
#include "DocumentObject.h"
|
||||
#include "Base/Exception.h"
|
||||
#include <Base/Console.h>
|
||||
#include "ExtensionContainer.h"
|
||||
|
||||
|
||||
using namespace App;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user