summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-04-29 21:05:40 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-04-29 21:05:40 +0000
commit154fc3ae7e8fc5e53af30036efd9a1644ceffb04 (patch)
tree5a4a72f2c3e9b0aa43c158f65642f5fb3fb5c8e2 /cpp
parent602cbb3b53abc2719f52f0917cc7c2d66c412d2c (diff)
downloadqpid-python-154fc3ae7e8fc5e53af30036efd9a1644ceffb04.tar.gz
Removed some unnecessary #includes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@652120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/sys/AsynchIO.h1
-rw-r--r--cpp/src/qpid/sys/Poller.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/qpid/sys/AsynchIO.h b/cpp/src/qpid/sys/AsynchIO.h
index 3bcee8ba22..13bed78e85 100644
--- a/cpp/src/qpid/sys/AsynchIO.h
+++ b/cpp/src/qpid/sys/AsynchIO.h
@@ -22,6 +22,7 @@
*/
#include "Dispatcher.h"
+#include "Socket.h"
#include <boost/function.hpp>
#include <deque>
diff --git a/cpp/src/qpid/sys/Poller.h b/cpp/src/qpid/sys/Poller.h
index dccc12479a..86e7181df8 100644
--- a/cpp/src/qpid/sys/Poller.h
+++ b/cpp/src/qpid/sys/Poller.h
@@ -23,9 +23,6 @@
*/
#include "Time.h"
-#include "Socket.h"
-
-#include <stdint.h>
#include <boost/shared_ptr.hpp>