From 1a9bef2df9a6004a383e4260da1a497d7378d5e9 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 18 Feb 2011 10:53:25 +0000 Subject: [PATCH] coding standards "Start to include local files (with #include "") before system include files (#include <>)" --- src/INTERP_KERNELTest/PointLocatorTest.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.2