diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-06 23:08:32 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-06 23:37:11 +0200 |
commit | e38acc4096c8ece3bf64d285db9628dd1868bce2 (patch) | |
tree | 4dce0bf38866dfe9b0abc0332d2afd40475e0d48 /sd/inc | |
parent | 58080e8f78f57e4340bbc428b167472e8e6c05d1 (diff) |
sd: replace boost::enable_shared_from_this with std::enable...
Change-Id: Ia4f31a03b20bb0abe7e0ff8e423a0b046a828607
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 40a5d6125674..f6876624a866 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -43,7 +43,6 @@ #include <utility> #include <vector> #include <boost/intrusive_ptr.hpp> -#include <boost/limits.hpp> #include <boost/optional.hpp> #include <boost/optional/optional.hpp> #include <boost/property_tree/json_parser.hpp> |