Skip to content

Commit

Permalink
Fix location of include statements in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 1, 2023
1 parent 9ecb865 commit 1823684
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python/templates/MutableObject.h.jinja2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "podio/utilities/MaybeSharedPtr.h"
{% import "macros/declarations.jinja2" as macros %}
{% import "macros/utils.jinja2" as utils %}
// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
Expand Down
2 changes: 1 addition & 1 deletion python/templates/Obj.cc.jinja2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "podio/ObjectID.h"
{% import "macros/utils.jinja2" as utils %}
// AUTOMATICALLY GENERATED FILE - DO NOT EDIT

Expand All @@ -13,6 +12,7 @@
{%- endfor %}
{%- endmacro -%}

#include "podio/ObjectID.h"

{{ utils.namespace_open(class.namespace) }}
{% with obj_type = class.bare_type + 'Obj' %}
Expand Down

0 comments on commit 1823684

Please sign in to comment.