]> Creatis software - gdcm.git/blobdiff - src/gdcm.h
ENH: 1. Remove remp solution of gdcmTests.cxx+ gdcmMain directly in src director...
[gdcm.git] / src / gdcm.h
index 7aa9fc3a445991c6652ffc3334309b7dba016dcb..bae51665f76ae44ed824521fd8d5cca66861acd0 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef GDCM_H
 #define GDCM_H
 
-////////////////////////////////////////////////////////////////////////////
+//-----------------------------------------------------------------------------
 // Tag based hash tables.
 // We shall use as keys the strings (as the C++ type) obtained by
 // concatenating the group value and the element value (both of type
 #include "gdcmDict.h"
 #include "gdcmDictSet.h"
 
+#include "gdcmParser.h"
+
 #include "gdcmHeaderEntry.h"
 
 #include "gdcmHeader.h"
 #include "gdcmHeaderHelper.h"
 #include "gdcmFile.h"
 
+#include "gdcmUtil.h"
+
 //-----------------------------------------------------------------------------
-#endif // #ifndef GDCM_H
+#endif