summaryrefslogtreecommitdiff
path: root/ace/Reactor_Timer_Interface.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-14 14:34:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-14 14:34:11 +0000
commita61668a85ff0da83c1a734f457da73804be385cf (patch)
tree6d9090484de1972cd1515d1a76b67e907ee5535b /ace/Reactor_Timer_Interface.h
parentbe1891ccfb55d7f3e8c8748bd54a4b3fc1faf9a9 (diff)
downloadATCD-a61668a85ff0da83c1a734f457da73804be385cf.tar.gz
ChangeLogTag: Tue Jun 14 14:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Reactor_Timer_Interface.h')
-rw-r--r--ace/Reactor_Timer_Interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Reactor_Timer_Interface.h b/ace/Reactor_Timer_Interface.h
index 625299a5560..91638c9c2bd 100644
--- a/ace/Reactor_Timer_Interface.h
+++ b/ace/Reactor_Timer_Interface.h
@@ -15,12 +15,12 @@
#include /**/ "ace/pre.h"
+#include "ace/Time_Value.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Time_Value.h"
-
class ACE_Event_Handler;
/**