Skip to content

Commit

Permalink
Remove or change a few headers for objects and collections (#641)
Browse files Browse the repository at this point in the history
Co-authored-by: jmcarcell <[email protected]>
  • Loading branch information
jmcarcell and jmcarcell authored Jul 15, 2024
1 parent a45c936 commit bf653f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions python/templates/Collection.h.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 <string>
#include <string_view>
#include <vector>
#include <deque>
#include <array>
#include <algorithm>
#include <ostream>
Expand Down
3 changes: 1 addition & 2 deletions python/templates/MutableObject.h.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@

#include "podio/utilities/MaybeSharedPtr.h"

#include <ostream>
#include <cstddef>
#include <cstdint>

#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
#include "nlohmann/json_fwd.hpp"
Expand Down
2 changes: 1 addition & 1 deletion python/templates/Object.h.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "podio/utilities/MaybeSharedPtr.h"

#include <ostream>
#include <cstddef>
#include <cstdint>

#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
#include "nlohmann/json_fwd.hpp"
Expand Down

0 comments on commit bf653f3

Please sign in to comment.