]> Creatis software - clitk.git/blobdiff - tools/clitkImageInfo.cxx
- remove all function (now in base)
[clitk.git] / tools / clitkImageInfo.cxx
index c02e819ad5ae2843e33b03c1dc6ff9a1b8993df0..8619278551becd8a6f22e3548f437aa8498a61a3 100644 (file)
@@ -1,10 +1,7 @@
 /*=========================================================================
                                                                                 
 Program:   clitk
-Module:    $RCSfile: clitkImageInfo.cxx,v $
 Language:  C++
-Date:      $Date: 2010/01/06 13:31:56 $
-Version:   $Revision: 1.1 $
 
 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
 l'Image). All rights reserved. See Doc/License.txt or
@@ -23,9 +20,13 @@ PURPOSE.  See the above copyright notices for more information.
    * @date   02 Jul 2006
    =================================================*/
 
+// itk include
+#include "itkImageIOBase.h"
+
 // clitk include
 #include "clitkImageInfo_ggo.h"
 #include "clitkIO.h"
+#include "clitkImageCommon.h"
 
 //====================================================================
 int main(int argc, char * argv[]) {