]> Creatis software - gdcm.git/blobdiff - src/gdcm.h
* src/gdcmUtil.cxx: added forgotten iostream include.
[gdcm.git] / src / gdcm.h
index cd173d27a0568678a6e5dde7fff942ae7b5588e5..bae51665f76ae44ed824521fd8d5cca66861acd0 100644 (file)
@@ -1,9 +1,9 @@
 // gdcm.h
-
+//-----------------------------------------------------------------------------
 #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 "gdcmElValue.h"
-#include "gdcmElValSet.h"
+#include "gdcmParser.h"
+
+#include "gdcmHeaderEntry.h"
 
 #include "gdcmHeader.h"
 #include "gdcmHeaderHelper.h"
 #include "gdcmFile.h"
 
-//#include "gdcmTS.h"
-//#include "gdcmVR.h"
-//#include "gdcmUtil.h"
+#include "gdcmUtil.h"
 
-#endif // #ifndef GDCM_H
+//-----------------------------------------------------------------------------
+#endif