X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/af9452155f0892e1d2862efad4a87861ca60867d..e483fbc3e51aca90ff4abc5347862173366c40ef:/rlm_stg/stg_client.h diff --git a/rlm_stg/stg_client.h b/rlm_stg/stg_client.h index 4d4c582b..249b8871 100644 --- a/rlm_stg/stg_client.h +++ b/rlm_stg/stg_client.h @@ -23,9 +23,8 @@ #include "types.h" -#include - #include +#include #include namespace STG @@ -48,7 +47,7 @@ public: private: class Impl; - boost::scoped_ptr m_impl; + std::unique_ptr m_impl; }; } // namespace RLM