diff options
author | Johnny Willemsen <jwillemsen@users.noreply.github.com> | 2016-10-31 16:30:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-31 16:30:31 +0100 |
commit | 8390b59170b1b66bdda62f2c0bd544fb8baf8b6b (patch) | |
tree | 592d4c3e0feb26a13c6285ae208f272d4a660e60 /ACE/protocols/ace/HTBP/HTBP_Channel.cpp | |
parent | bd5aaab0e6022781ff8fdb383ea75ae3ecc3b17d (diff) | |
download | ATCD-revert-176-master.tar.gz |
Revert "some (bundled) minor changes (take 2)"revert-176-master
Diffstat (limited to 'ACE/protocols/ace/HTBP/HTBP_Channel.cpp')
-rw-r--r-- | ACE/protocols/ace/HTBP/HTBP_Channel.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ACE/protocols/ace/HTBP/HTBP_Channel.cpp b/ACE/protocols/ace/HTBP/HTBP_Channel.cpp index ecf18953dc9..4547109ab46 100644 --- a/ACE/protocols/ace/HTBP/HTBP_Channel.cpp +++ b/ACE/protocols/ace/HTBP/HTBP_Channel.cpp @@ -13,15 +13,14 @@ #include "HTBP_Channel.inl" #endif +#include "HTBP_Session.h" +#include "HTBP_Filter_Factory.h" + #include "ace/Auto_Ptr.h" #include "ace/Message_Block.h" +#include "ace/Reactor.h" #include "ace/os_include/netinet/os_tcp.h" #include "ace/OS_NS_time.h" -#include "ace/Reactor.h" -#include "ace/Synch.h" - -#include "HTBP_Session.h" -#include "HTBP_Filter_Factory.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL |