From: eap Date: Fri, 18 Feb 2011 10:53:25 +0000 (+0000) Subject: coding standards X-Git-Tag: V6_main_FINAL~1064 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1a9bef2df9a6004a383e4260da1a497d7378d5e9;p=tools%2Fmedcoupling.git coding standards "Start to include local files (with #include "") before system include files (#include <>)" --- diff --git a/src/INTERP_KERNELTest/PointLocatorTest.hxx b/src/INTERP_KERNELTest/PointLocatorTest.hxx index 3c621b60a..bb5992106 100644 --- a/src/INTERP_KERNELTest/PointLocatorTest.hxx +++ b/src/INTERP_KERNELTest/PointLocatorTest.hxx @@ -20,11 +20,11 @@ #ifndef __TU_POINTLOCATOR_HXX__ #define __TU_POINTLOCATOR_HXX__ -#include - #include "InterpKernelTestExport.hxx" #include "PointLocator.hxx" +#include + namespace INTERP_TEST { @@ -57,6 +57,4 @@ namespace INTERP_TEST } - - #endif