|
@@ -559,8 +559,7 @@ printc('''/* Generated from ''' + inname + ''' with script ''' + sys.argv[0] + '
|
|
* on host ''' + platform.uname()[1] + ''' by user ''' + getpass.getuser() + \
|
|
* on host ''' + platform.uname()[1] + ''' by user ''' + getpass.getuser() + \
|
|
''' at ''' + time.strftime("%Y-%m-%d %I:%M:%S") + ''' */
|
|
''' at ''' + time.strftime("%Y-%m-%d %I:%M:%S") + ''' */
|
|
|
|
|
|
-#include "''' + outname + '''_generated.h"
|
|
|
|
-#include "ua_util.h"''')
|
|
|
|
|
|
+#include "''' + outname + '''_generated.h"''')
|
|
|
|
|
|
for t in filtered_types:
|
|
for t in filtered_types:
|
|
printc("")
|
|
printc("")
|