From: Thomas Cajgfinger Date: Tue, 29 Sep 2015 14:39:23 +0000 (+0200) Subject: Change in headers order X-Git-Tag: v1.4.0~94 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=abdae5f22ecae40608e0279729108b428c9dbc62;p=clitk.git Change in headers order --- diff --git a/vv/vvAnimatedGIFWriter.cxx b/vv/vvAnimatedGIFWriter.cxx index 8ba0f69..1efd50d 100644 --- a/vv/vvAnimatedGIFWriter.cxx +++ b/vv/vvAnimatedGIFWriter.cxx @@ -1,8 +1,6 @@ #include "vvAnimatedGIFWriter.h" #include "clitkDD.h" -#include "ximagif.h" - #include #include #include @@ -10,6 +8,8 @@ #include #include +#include "ximagif.h" + //--------------------------------------------------------------------------- vtkStandardNewMacro(vvAnimatedGIFWriter);