Apply misc-unused-alias-decls

This commit is contained in:
Alexey Rybalchenko 2021-09-13 12:31:51 +02:00 committed by Dennis Klein
parent 310204a89d
commit 1ee9d2d222

View File

@ -17,7 +17,6 @@
#include <boost/interprocess/sync/named_mutex.hpp> #include <boost/interprocess/sync/named_mutex.hpp>
#include <boost/interprocess/sync/named_condition.hpp> #include <boost/interprocess/sync/named_condition.hpp>
#include <boost/interprocess/ipc/message_queue.hpp> #include <boost/interprocess/ipc/message_queue.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <csignal> #include <csignal>
#include <iostream> #include <iostream>
@ -41,7 +40,6 @@ namespace fs = ::boost::filesystem;
using namespace std; using namespace std;
using bie = ::boost::interprocess::interprocess_exception; using bie = ::boost::interprocess::interprocess_exception;
namespace bipc = ::boost::interprocess; namespace bipc = ::boost::interprocess;
namespace bpt = ::boost::posix_time;
namespace namespace
{ {