2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-29 19:42:16 +00:00

intrusive_ref_counter moved to Boost.SmartPtr. Cleaned some of the includes.

[SVN r85542]
This commit is contained in:
Andrey Semashev
2013-09-01 11:15:01 +00:00
parent e5a7e3f74b
commit 2ecc70e0b3
79 changed files with 225 additions and 307 deletions

View File

@@ -6,8 +6,8 @@
*/
#include <fstream>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <boost/smart_ptr/make_shared_object.hpp>
#include <boost/log/core.hpp>
#include <boost/log/trivial.hpp>
#include <boost/log/expressions.hpp>