[App] Expression and Extension: remove unused includes

This commit is contained in:
Uwe
2022-02-25 03:58:41 +01:00
committed by wmayer
parent af0c34db9c
commit a8c912d6f8
28 changed files with 63 additions and 66 deletions

View File

@@ -25,16 +25,15 @@
#ifndef _PreComp_
# include <cassert>
# include <algorithm>
#endif
#include "Extension.h"
#include "DocumentObject.h"
#include "Base/Exception.h"
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
#include "Extension.h"
#include "ExtensionContainer.h"
#include <ExtensionPy.h>
/* We do not use a standard property macro for type initiation. The reason is that we have the first
* PropertyData in the extension chain, there is no parent property data.
*/