[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 8196033d1b
commit b4fff07d9e
28 changed files with 63 additions and 66 deletions

View File

@@ -24,16 +24,15 @@
#ifndef APP_EXTENSIONCONTAINER_H
#define APP_EXTENSIONCONTAINER_H
#include "Extension.h"
#include "PropertyContainer.h"
#include "PropertyPythonObject.h"
#include "DynamicProperty.h"
#include <CXX/Objects.hxx>
#include <Base/Writer.h>
#include <Base/Reader.h>
#include <Base/Writer.h>
#include "PropertyContainer.h"
namespace App {
class Extension;
/**
* @brief Container which can hold extensions
*