From abdae5f22ecae40608e0279729108b428c9dbc62 Mon Sep 17 00:00:00 2001 From: Thomas Cajgfinger Date: Tue, 29 Sep 2015 16:39:23 +0200 Subject: [PATCH] Change in headers order --- vv/vvAnimatedGIFWriter.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.1