Salome HOME
Merge branch 'V8_0_0_BR'
[tools/yacsgen.git] / module_generator / cata_tmpl.py
index 447ca7ef3c65b9125038eb2b19c52ffe3c0c8177..14a88cf79efa210e4d0aac3230945d01371a7514 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014  EDF R&D
+# Copyright (C) 2009-2015  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -28,12 +28,9 @@ idl="""
 #ifndef _${module}_IDL_
 #define _${module}_IDL_
 
-#include "DSC_Engines.idl"
 #include "SALOME_Exception.idl"
-#include "SALOME_PACOExtension.idl"
 #include "SALOME_Component.idl"
 #include "SALOME_Comm.idl"
-#include "SALOME_Parametric.idl"
 
 ${idldefs}