[Base] Exception and others: remove unused includes

This commit is contained in:
Uwe
2022-03-02 03:14:43 +01:00
parent e4ca93bfbc
commit 05dab0065b
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
{