From 95bd9a67f9f6c90f627784e3f8fbf5c203784e51 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期五, 30 四月 2021 15:36:17 +0800 Subject: [PATCH] change shm socket msg queue to atomic queue. --- utest/util.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/utest/util.h b/utest/util.h index a4cbbaa..23463e2 100644 --- a/utest/util.h +++ b/utest/util.h @@ -22,7 +22,6 @@ #include "bh_util.h" #include "shm.h" #include "topic_node.h" -#include <boost/date_time/posix_time/posix_time.hpp> #include <boost/noncopyable.hpp> #include <boost/test/unit_test.hpp> #include <boost/timer/timer.hpp> @@ -34,7 +33,6 @@ #include <thread> #include <vector> -using namespace boost::posix_time; using namespace std::chrono_literals; using namespace std::chrono; -- Gitblit v1.8.0