X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..bec5d17c77e9cfc8482ffca062b8f500859bfe34:/rlm_stg/stg_client.h?ds=sidebyside 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