X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSystem.h;h=0e13699421a54e9a6bc8cb2624a912285dd7b37a;hb=3ccb0db5e229de47c8a1fdc09deb3561315ec282;hp=dabf98ee8f658793266855ed53574ebe9b97acda;hpb=4117dec671b980b51a16117a5692d822b63bbe04;p=gdcm.git diff --git a/src/gdcmSystem.h b/src/gdcmSystem.h index dabf98ee..0e136994 100644 --- a/src/gdcmSystem.h +++ b/src/gdcmSystem.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSystem.h,v $ Language: C++ - Date: $Date: 2005/10/18 09:17:08 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/10/18 12:58:29 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -86,17 +86,6 @@ typedef unsigned int uint32_t; #endif #include -#define FASTTAGKEY 0 - -// FIXME: Should rewrite this: -#if FASTTAGKEY -#include -#include -#endif -#if defined(_MSC_VER) && (_MSC_VER == 1200) -/* ostream operator for std::string since VS6 does not provide it*/ -#include -#endif //----------------------------------------------------------------------------- #endif