Skip to content

Commit

Permalink
repaired integration build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Sohns committed Oct 23, 2016
1 parent d5fbc0d commit 8dbd724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "ace/Auto_Ptr.h"
#include "ace/Log_Msg.h"
#include "ace/OS_NS_stdio.h"
#include "ace/Synch.h"
#include "HTBP_Session.h"
#include "HTBP_Inside_Squid_Filter.h"

Expand All @@ -11,7 +12,6 @@

#include "ace/Log_Msg.h"
#include "ace/OS_NS_stdio.h"
#include "ace/Synch.h"

#include "HTBP_Session.h"

Expand Down
5 changes: 3 additions & 2 deletions ACE/protocols/ace/HTBP/HTBP_Session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
#include "HTBP_Session.inl"
#endif

#include "ace/Event_Handler.h"
#include "ace/Log_Msg.h"
#include "ace/os_include/netinet/os_tcp.h"
#include "ace/Auto_Ptr.h"
#include "ace/Event_Handler.h"
#include "ace/Log_Msg.h"
#include "ace/SOCK_Connector.h"

#include "HTBP_Filter.h"
#include "HTBP_ID_Requestor.h"
Expand Down

0 comments on commit 8dbd724

Please sign in to comment.