aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates/frontend/struct.h.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ivigenerator/templates/frontend/struct.h.tpl')
-rw-r--r--src/tools/ivigenerator/templates/frontend/struct.h.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ivigenerator/templates/frontend/struct.h.tpl b/src/tools/ivigenerator/templates/frontend/struct.h.tpl
index 9405c60..caaf65c 100644
--- a/src/tools/ivigenerator/templates/frontend/struct.h.tpl
+++ b/src/tools/ivigenerator/templates/frontend/struct.h.tpl
@@ -48,9 +48,9 @@
#define {{oncedefine}}
{% if module.tags.config.module %}
-#include <{{module.tags.config.module}}/{{module.module_name|lower}}module.h>
+#include <{{module.tags.config.module}}/{{module.module_name|lower}}.h>
{% else %}
-#include "{{module.module_name|lower}}module.h"
+#include "{{module.module_name|lower}}.h"
{% endif %}
{% for inc in struct|struct_includes %}
{{inc}}