Commit 1d338431 authored by Claes Sjofors's avatar Claes Sjofors

ra_plc_user.h: order of includefiles changed in template

parent f889bbaa
......@@ -15795,8 +15795,8 @@ static int gcg_check_ra_plc_user(
fprintf( checkfile, "#include \"pwr_nmpsclasses.h\"\n");
fprintf( checkfile, "#include \"pwr_remoteclasses.h\"\n");
fprintf( checkfile, "#include \"pwr_profibusclasses.h\"\n");
fprintf( checkfile, "#include \"pwr_otherioclasses.h\"\n");
fprintf( checkfile, "#include \"pwr_basecomponentclasses.h\"\n");
fprintf( checkfile, "#include \"pwr_otherioclasses.h\"\n");
fprintf( checkfile, "#include \"pwr_siemensclasses.h\"\n");
fprintf( checkfile, "#include \"pwr_abbclasses.h\"\n\n");
fclose( checkfile);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment