diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils.h b/src/utils.h index b09377b8..9cc51396 100644 --- a/src/utils.h +++ b/src/utils.h @@ -44,11 +44,7 @@ #ifndef INCLUDED_UTILS_H #define INCLUDED_UTILS_H -#if (BOOST_VERSION >= 106600) #include <boost/uuid/detail/sha1.hpp> -#else -#include <boost/uuid/sha1.hpp> -#endif /** * @name Default values |