X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..bf689f8729a4f53f9425da557e0919eb9a6d795b:/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; }; }