summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS3/http/HTTP_Service_Handler.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@users.noreply.github.com>2016-10-31 16:30:31 +0100
committerGitHub <noreply@github.com>2016-10-31 16:30:31 +0100
commit8390b59170b1b66bdda62f2c0bd544fb8baf8b6b (patch)
tree592d4c3e0feb26a13c6285ae208f272d4a660e60 /ACE/apps/JAWS3/http/HTTP_Service_Handler.h
parentbd5aaab0e6022781ff8fdb383ea75ae3ecc3b17d (diff)
downloadATCD-revert-176-master.tar.gz
Revert "some (bundled) minor changes (take 2)"revert-176-master
Diffstat (limited to 'ACE/apps/JAWS3/http/HTTP_Service_Handler.h')
-rw-r--r--ACE/apps/JAWS3/http/HTTP_Service_Handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/JAWS3/http/HTTP_Service_Handler.h b/ACE/apps/JAWS3/http/HTTP_Service_Handler.h
index cab6cff8e64..c8df6d3eba1 100644
--- a/ACE/apps/JAWS3/http/HTTP_Service_Handler.h
+++ b/ACE/apps/JAWS3/http/HTTP_Service_Handler.h
@@ -2,10 +2,10 @@
#ifndef JAWS_HTTP_SERVICE_HANDLER_H
#define JAWS_HTTP_SERVICE_HANDLER_H
+#include "ace/Synch.h"
#include "ace/Acceptor.h"
-#include "ace/SOCK_Acceptor.h"
#include "ace/Svc_Handler.h"
-#include "ace/Synch_Traits.h"
+#include "ace/SOCK_Acceptor.h"
#include "jaws3/Protocol_Handler.h"