]> Creatis software - gdcm.git/blobdiff - src/gdcmVR.cxx
some more doxygenation
[gdcm.git] / src / gdcmVR.cxx
index 3732f2bd60cc31a24a23d4ea7baaa52c9ad700a4..fd4f985813e326920a978a878804bc0b1490153e 100644 (file)
@@ -1,13 +1,6 @@
 // gdcmVR.cxx
-#include <fstream>
 //-----------------------------------------------------------------------------
-#include "gdcmVR.h"
-#include "gdcmUtil.h"
-
-#ifndef PUB_DICT_PATH
-#  define PUB_DICT_PATH     "../Dicts/"
-#endif
-#define DICT_VR "dicomVR.dic"
+#include <fstream>
 
 #include <iostream>
 #ifdef GDCM_NO_ANSI_STRING_STREAM
 #  include <sstream>
 #endif
 
+#include "gdcmVR.h"
+#include "gdcmUtil.h"
+#include "gdcmDebug.h"
+
+#ifndef PUB_DICT_PATH
+#  define PUB_DICT_PATH     "../Dicts/"
+#endif
+#define DICT_VR "dicomVR.dic"
+
 //-----------------------------------------------------------------------------
 // Constructor / Destructor
 gdcmVR::gdcmVR(void)