Salome HOME
End of Autotools in MED. Yes we did !
[tools/medcoupling.git] / src / RENUMBER / RenumberingFactory.hxx
index a7bab20d235ec2c1741bbbfc46f303737a86ac1e..1e1bde8f9837370b9d4e34deb622dab4e6f25786 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2013  CEA/DEN, 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
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#ifndef RENUMBERINGFACTORY_HXX_
-#define RENUMBERINGFACTORY_HXX_
+#ifndef __RENUMBERINGFACTORY_HXX__
+#define __RENUMBERINGFACTORY_HXX__
 
-#include <string>
 #include "RENUMBERDefines.hxx"
 #include "RENUMBER_Renumbering.hxx"
 
+#include <string>
+
 namespace MED_RENUMBER
 {
   RENUMBER_EXPORT Renumbering* RenumberingFactory(const std::string& s);