diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-01-13 19:00:51 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-01-13 19:00:51 +0000 |
commit | 77bde150020c6c34130523f528d739c264aa12e3 (patch) | |
tree | 610fa747f9ff51540b29e1398efe30bf313e40c2 /cpp/src | |
parent | 30ca02aa30adf42f621f3c9861cdfd058e2cd8ed (diff) | |
download | qpid-python-77bde150020c6c34130523f528d739c264aa12e3.tar.gz |
Small tidy up
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/sys/AsynchIO.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/AsynchIO.h b/cpp/src/qpid/sys/AsynchIO.h index 6f32eb92d5..6507589f2c 100644 --- a/cpp/src/qpid/sys/AsynchIO.h +++ b/cpp/src/qpid/sys/AsynchIO.h @@ -21,9 +21,10 @@ * */ +#include "qpid/sys/IntegerTypes.h" + #include <boost/function.hpp> #include <boost/shared_ptr.hpp> -#include "qpid/sys/IntegerTypes.h" namespace qpid { namespace sys { |