fixed include in code generation HwModel.h --> HardwareModel.h

Signed-off-by: Reiser Sebastian <Sebastian.Reiser@de.bosch.com>
diff --git a/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/src/org/eclipse/app4mc/amlt2systemc/m2t/transformers/sw/ChannelTransformer.xtend b/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/src/org/eclipse/app4mc/amlt2systemc/m2t/transformers/sw/ChannelTransformer.xtend
index 8dcd8c7..332729f 100644
--- a/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/src/org/eclipse/app4mc/amlt2systemc/m2t/transformers/sw/ChannelTransformer.xtend
+++ b/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/src/org/eclipse/app4mc/amlt2systemc/m2t/transformers/sw/ChannelTransformer.xtend
@@ -54,7 +54,7 @@
 	private def String toH(Channel channel) '''
 		#include "Common.h"
 		#include "Channel.h"
-		#include "HwModel.h"
+		#include "HardwareModel.h"
 		#include "MappingModel.h"
 		
 		std::shared_ptr<Channel> «getFunctionDef(channel)»;