diff --git a/python/templates/Collection.h.jinja2 b/python/templates/Collection.h.jinja2 index b57864cc7..56a2c5e89 100644 --- a/python/templates/Collection.h.jinja2 +++ b/python/templates/Collection.h.jinja2 @@ -7,7 +7,6 @@ #define {{ package_name.upper() }}_{{ class.bare_type }}Collection_H // datamodel specific includes -#include "{{ incfolder }}{{ class.bare_type }}Data.h" #include "{{ incfolder }}{{ class.bare_type }}.h" #include "{{ incfolder }}Mutable{{ class.bare_type }}.h" #include "{{ incfolder }}{{ class.bare_type }}Obj.h" @@ -16,15 +15,13 @@ // podio specific includes #include "podio/ICollectionProvider.h" #include "podio/CollectionBase.h" -#include "podio/CollectionIDTable.h" #if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__) #include "nlohmann/json_fwd.hpp" #endif -#include +#include #include -#include #include #include #include diff --git a/python/templates/MutableObject.h.jinja2 b/python/templates/MutableObject.h.jinja2 index 19af5e3a3..be0cd8805 100644 --- a/python/templates/MutableObject.h.jinja2 +++ b/python/templates/MutableObject.h.jinja2 @@ -15,8 +15,7 @@ #include "podio/utilities/MaybeSharedPtr.h" -#include -#include +#include #if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__) #include "nlohmann/json_fwd.hpp" diff --git a/python/templates/Object.h.jinja2 b/python/templates/Object.h.jinja2 index acee909be..077fe8763 100644 --- a/python/templates/Object.h.jinja2 +++ b/python/templates/Object.h.jinja2 @@ -14,7 +14,7 @@ #include "podio/utilities/MaybeSharedPtr.h" #include -#include +#include #if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__) #include "nlohmann/json_fwd.hpp"