X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictSet.h;h=4256ad8e3fc29defb1f33f0b6338ef1c05a3a42e;hb=22deec3836ce4670b7be86afc8c76dc7fc7fd7f5;hp=56fcc33d8d3d2ea0af7dc21f1ccece5a64f9b7d6;hpb=0fa193d8b312b90f2ee822e1ee87f6e2fbd1dcb5;p=gdcm.git diff --git a/src/gdcmDictSet.h b/src/gdcmDictSet.h index 56fcc33d..4256ad8e 100644 --- a/src/gdcmDictSet.h +++ b/src/gdcmDictSet.h @@ -3,9 +3,9 @@ #ifndef GDCMDICTSET_H #define GDCMDICTSET_H +#include "gdcmDict.h" #include #include -#include "gdcmDict.h" typedef std::string DictKey; typedef std::map DictSetHT; @@ -14,7 +14,7 @@ typedef std::map DictSetHT; * \defgroup gdcmDictSet * \brief Container for managing a set of loaded dictionaries. * \note Hopefully, sharing dictionaries should avoid - * \par reloading an allready loaded dictionary (saving time) + * \par reloading an already loaded dictionary (saving time) * \par having many in memory representations of the same dictionary * (saving memory). */