X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/af9452155f0892e1d2862efad4a87861ca60867d..e483fbc3e51aca90ff4abc5347862173366c40ef:/rlm_stg/conn.h diff --git a/rlm_stg/conn.h b/rlm_stg/conn.h index 6b6fd261..92fbff82 100644 --- a/rlm_stg/conn.h +++ b/rlm_stg/conn.h @@ -23,9 +23,8 @@ #include "types.h" -#include - #include +#include #include #include @@ -53,7 +52,7 @@ class Conn private: class Impl; - boost::scoped_ptr m_impl; + std::unique_ptr m_impl; }; }