[Pkg-running-devel] [antpm] 15/48: remove unused includes
Kristof Ralovich
ralovich-guest at moszumanska.debian.org
Mon Aug 11 10:10:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
ralovich-guest pushed a commit to branch upstream
in repository antpm.
commit c52761611f78432efac463c8ebac0b64f48cdf5a
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date: Wed Mar 26 12:02:26 2014 +0100
remove unused includes
---
src/SerialTty.hpp | 1 -
src/SerialUsb.cpp | 2 --
src/SerialUsb.hpp | 4 +---
3 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/src/SerialTty.hpp b/src/SerialTty.hpp
index 0e9bb75..897d797 100644
--- a/src/SerialTty.hpp
+++ b/src/SerialTty.hpp
@@ -21,7 +21,6 @@
#include <queue>
#include <boost/thread.hpp>
#include "antdefs.hpp"
-#include "lqueue.hpp"
#include <list>
#include "Serial.hpp"
diff --git a/src/SerialUsb.cpp b/src/SerialUsb.cpp
index 42a76a6..43f18d7 100644
--- a/src/SerialUsb.cpp
+++ b/src/SerialUsb.cpp
@@ -71,9 +71,7 @@ struct SerialUsbPrivate
mutable boost::mutex m_queueMtx;
boost::condition_variable m_condQueue;
std::queue<char> m_recvQueue;
- //lqueue<uchar> m_recvQueue2;
volatile int m_recvThKill;
- //AntCallback* m_callback;
usb_dev_handle* dev;
unsigned short dev_vid;
unsigned short dev_pid;
diff --git a/src/SerialUsb.hpp b/src/SerialUsb.hpp
index 2c7d8b9..e33874f 100644
--- a/src/SerialUsb.hpp
+++ b/src/SerialUsb.hpp
@@ -18,11 +18,9 @@
#pragma once
#include <queue>
-#include <boost/thread.hpp>
#include "antdefs.hpp"
-#include "lqueue.hpp"
-#include <list>
#include "Serial.hpp"
+#include <memory>
namespace antpm{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git
More information about the Pkg-running-devel
mailing list