summaryrefslogtreecommitdiff
path: root/ace/QoS/QoS_Decorator.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/QoS/QoS_Decorator.h')
-rw-r--r--ace/QoS/QoS_Decorator.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/QoS/QoS_Decorator.h b/ace/QoS/QoS_Decorator.h
index 3fc38879113..82b2c3fdc2d 100644
--- a/ace/QoS/QoS_Decorator.h
+++ b/ace/QoS/QoS_Decorator.h
@@ -15,16 +15,16 @@
#define QOS_DECORATOR_H
#include "ace/pre.h"
-#include "ace/Reactor.h"
+#include "ace/Demux/Reactor.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/INET_Addr.h"
-#include "ace/Event_Handler.h"
-#include "SOCK_Dgram_Mcast_QoS.h"
-#include "ACE_QoS_Export.h"
+#include "ace/IPC/INET_Addr.h"
+#include "ace/Demux/Event_Handler.h"
+#include "ace/QoS/SOCK_Dgram_Mcast_QoS.h"
+#include "ace/QoS/ACE_QoS_Export.h"
ACE_RCSID(QOS_Decorator, QOS_Decorator, "$Id$")