diff --git a/source3/python/py_lsa.h b/source3/python/py_lsa.h index a963fcac98e..f9a30d2f7e7 100644 --- a/source3/python/py_lsa.h +++ b/source3/python/py_lsa.h @@ -24,7 +24,7 @@ #include "includes.h" #include "Python.h" -#include "python/py_common.h" +#include "python/py_common_proto.h" /* LSA policy handle object */ diff --git a/source3/python/py_samr.h b/source3/python/py_samr.h index 52352cc64de..326bab5c14d 100644 --- a/source3/python/py_samr.h +++ b/source3/python/py_samr.h @@ -24,7 +24,7 @@ #include "includes.h" #include "Python.h" -#include "python/py_common.h" +#include "python/py_common_proto.h" /* SAMR connect policy handle object */ diff --git a/source3/python/py_spoolss.h b/source3/python/py_spoolss.h index 777a2b59915..40a6ae972e8 100644 --- a/source3/python/py_spoolss.h +++ b/source3/python/py_spoolss.h @@ -24,7 +24,7 @@ #include "includes.h" #include "Python.h" -#include "python/py_common.h" +#include "python/py_common_proto.h" /* Spoolss policy handle object */ diff --git a/source3/python/py_tdb.h b/source3/python/py_tdb.h index d4ce4920a63..794a20cf2b1 100644 --- a/source3/python/py_tdb.h +++ b/source3/python/py_tdb.h @@ -24,6 +24,6 @@ #include "includes.h" #include "Python.h" -#include "python/py_common.h" +#include "python/py_common_proto.h" #endif /* _PY_TDB_H */ diff --git a/source3/python/py_winreg.h b/source3/python/py_winreg.h index e19674d2181..088be724e2a 100644 --- a/source3/python/py_winreg.h +++ b/source3/python/py_winreg.h @@ -24,6 +24,6 @@ #include "includes.h" #include "Python.h" -#include "python/py_common.h" +#include "python/py_common_proto.h" #endif /* _PY_WINREG_H */