]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
Salome HOME
Compatibility mandriva 2010.0
authoradam <adam>
Tue, 23 Mar 2010 09:02:02 +0000 (09:02 +0000)
committeradam <adam>
Tue, 23 Mar 2010 09:02:02 +0000 (09:02 +0000)
src/tepal2med/ghs3dprl_mesh_wrap.h

index f4ffc150f1ff9a4d85b1ca8a1f5671d6b2264b6c..971c97178deec9822f2845cbf6c2a92598a657c0 100755 (executable)
 #include <QHash>
 #include <QRegExp>
 
+#include <libxml/tree.h>
+#include <libxml/parser.h>
+#include <libxml/xpath.h>
+#include <libxml/xpathInternals.h>
+
 //Med File V 2.2 attributes
 #undef MED_H
 #undef MED_PROTO_H
@@ -41,11 +46,6 @@ namespace med_2_2 {
   }
 }
 
-#include <libxml/tree.h>
-#include <libxml/parser.h>
-#include <libxml/xpath.h>
-#include <libxml/xpathInternals.h>
-
 class CVWtab
 //contains size=size of vector and the vector (med_int or med_float)
 {