]> Creatis software - clitk.git/commitdiff
Change in headers order
authorThomas Cajgfinger <tcajgfinger@lepiote.clb.loc>
Tue, 29 Sep 2015 14:39:23 +0000 (16:39 +0200)
committerThomas Cajgfinger <tcajgfinger@lepiote.clb.loc>
Tue, 29 Sep 2015 14:39:23 +0000 (16:39 +0200)
vv/vvAnimatedGIFWriter.cxx

index 8ba0f69062a3b0b2591c79ce409e3ddbcd1bbcf8..1efd50dcc1cc5f27be12899c980d41815be88587 100644 (file)
@@ -1,8 +1,6 @@
 #include "vvAnimatedGIFWriter.h"
 #include "clitkDD.h"
 
-#include "ximagif.h"
-
 #include <vtkImageData.h>
 #include <vtkImageQuantizeRGBToIndex.h>
 #include <vtkImageAppend.h>
@@ -10,6 +8,8 @@
 #include <vtkObjectFactory.h>
 #include <vtkLookupTable.h>
 
+#include "ximagif.h"
+
 //---------------------------------------------------------------------------
 vtkStandardNewMacro(vvAnimatedGIFWriter);