]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
coding standards
authoreap <eap@opencascade.com>
Fri, 18 Feb 2011 10:53:25 +0000 (10:53 +0000)
committereap <eap@opencascade.com>
Fri, 18 Feb 2011 10:53:25 +0000 (10:53 +0000)
"Start to include local files (with #include "") before system include
files (#include <>)"

src/INTERP_KERNELTest/PointLocatorTest.hxx

index 3c621b60a9fbf0fbbbf3479d5c701f31830ae964..bb5992106312a9b81524580b9e848f8b7d4c2c5d 100644 (file)
 #ifndef __TU_POINTLOCATOR_HXX__
 #define __TU_POINTLOCATOR_HXX__
 
-#include <cppunit/extensions/HelperMacros.h>
-
 #include "InterpKernelTestExport.hxx"
 #include "PointLocator.hxx"
 
+#include <cppunit/extensions/HelperMacros.h>
+
 namespace INTERP_TEST
 {
 
@@ -57,6 +57,4 @@ namespace INTERP_TEST
 
 }
 
-
-
 #endif