From 3b7666f37b3264e418610da8874973425dac4eaa Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Wed, 8 Jun 2011 23:08:13 +0200 Subject: [PATCH] ENH: include order --- Code/Wrappers/SWIG/otbApplication.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Wrappers/SWIG/otbApplication.i b/Code/Wrappers/SWIG/otbApplication.i index f025cada2c..e8bfe0a490 100644 --- a/Code/Wrappers/SWIG/otbApplication.i +++ b/Code/Wrappers/SWIG/otbApplication.i @@ -4,8 +4,8 @@ %module otbApplication %{ -#include "otbWrapperSWIGIncludes.h" #include "itkBase.includes" +#include "otbWrapperSWIGIncludes.h" %} %include "itkBase.i" -- GitLab