You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/03/31 14:47:54 UTC

[plc4x] 01/10: fix(codegen/plc4c): Fixed a wrong include statement

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 29d8011486ccca717ac1ff4ace87ff3c8a5e7a0b
Author: cdutz <ch...@c-ware.de>
AuthorDate: Thu Mar 31 16:40:39 2022 +0200

    fix(codegen/plc4c): Fixed a wrong include statement
---
 .../src/main/resources/templates/c/complex-type-template.c.ftlh          | 1 -
 1 file changed, 1 deletion(-)

diff --git a/code-generation/language-c/src/main/resources/templates/c/complex-type-template.c.ftlh b/code-generation/language-c/src/main/resources/templates/c/complex-type-template.c.ftlh
index f0c009a..184c4b7 100644
--- a/code-generation/language-c/src/main/resources/templates/c/complex-type-template.c.ftlh
+++ b/code-generation/language-c/src/main/resources/templates/c/complex-type-template.c.ftlh
@@ -47,7 +47,6 @@
 
 #include <stdio.h>
 #include <plc4c/spi/evaluation_helper.h>
-#include <plc4c/driver_${helper.camelCaseToSnakeCase(protocolName)}_static_helper.h>
 #include "${helper.camelCaseToSnakeCase(type.name)}.h"
 
 // Code generated by code-generation. DO NOT EDIT.