]> Creatis software - gdcm.git/blobdiff - src/gdcmParsePixels.cxx
some more doxygenation
[gdcm.git] / src / gdcmParsePixels.cxx
index 40311776c1ca73d957d0f42cb2a4382c6c81c7e9..c95b825f5cf1c0b491b5918b145e2c70d6bebf8f 100644 (file)
@@ -1,19 +1,7 @@
 // gdcmParse.cxx
 //-----------------------------------------------------------------------------
-//This is needed when compiling in debug mode
-#ifdef _MSC_VER
-// 'type' : forcing value to bool 'true' or 'false' (performance warning)
-//#pragma warning ( disable : 4800 )
-// 'identifier' : class 'type' needs to have dll-interface to be used by
-// clients of class 'type2'
-#pragma warning ( disable : 4251 )
-// 'identifier' : identifier was truncated to 'number' characters in the
-// debug information
-#pragma warning ( disable : 4786 )
-#endif //_MSC_VER
-
+#include "gdcmCommon.h"
 #include "gdcmFile.h"
-#include "gdcmUtil.h"
 
 #define str2num(str, typeNum) *((typeNum *)(str))