[Base] Exception and others: remove unused includes

This commit is contained in:
Uwe
2022-03-02 03:14:43 +01:00
parent 2b1b300eae
commit 39ce4dde0d
4 changed files with 10 additions and 14 deletions

View File

@@ -24,11 +24,10 @@
#ifndef BASE_EXCEPTIONFACTORY_H
#define BASE_EXCEPTIONFACTORY_H
#include <Python.h>
#include "Factory.h"
namespace Base
{