diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2008-04-29 21:05:40 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2008-04-29 21:05:40 +0000 |
| commit | 154fc3ae7e8fc5e53af30036efd9a1644ceffb04 (patch) | |
| tree | 5a4a72f2c3e9b0aa43c158f65642f5fb3fb5c8e2 /cpp/src/qpid/sys/AsynchIO.h | |
| parent | 602cbb3b53abc2719f52f0917cc7c2d66c412d2c (diff) | |
| download | qpid-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/src/qpid/sys/AsynchIO.h')
| -rw-r--r-- | cpp/src/qpid/sys/AsynchIO.h | 1 |
1 files changed, 1 insertions, 0 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> |
