summaryrefslogtreecommitdiff
path: root/Kokyu/Kokyu_defs.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-30 15:41:48 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-30 15:41:48 +0000
commit3ae4b22e386538fbfd4e7b292a92a82d01a6d9ea (patch)
tree73c315e370f04442f72d12417f5fdd00ca32b445 /Kokyu/Kokyu_defs.h
parente2d99832e7172f616fb2fa2606fc47f3c8200090 (diff)
downloadATCD-3ae4b22e386538fbfd4e7b292a92a82d01a6d9ea.tar.gz
ChangeLogTag:Tue Sep 30 10:40:37 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'Kokyu/Kokyu_defs.h')
-rw-r--r--Kokyu/Kokyu_defs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/Kokyu/Kokyu_defs.h b/Kokyu/Kokyu_defs.h
index 8e2e14f79d3..d0c92496f17 100644
--- a/Kokyu/Kokyu_defs.h
+++ b/Kokyu/Kokyu_defs.h
@@ -10,17 +10,17 @@
#ifndef KOKYU_DEFS_H
#define KOKYU_DEFS_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/Array.h"
-#include "ace/Time_Value.h"
-#include "ace/Auto_Ptr.h"
-#include "ace/Message_Block.h"
-#include "ace/Sched_Params.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-
+#include "ace/Time_Value.h"
+#include "ace/Auto_Ptr.h"
+#include "ace/Message_Block.h"
+#include "ace/Sched_Params.h"
#include "kokyu_export.h"
namespace Kokyu
@@ -135,5 +135,5 @@ ACE_INLINE int operator != (const Kokyu::ConfigInfo& lhs, const Kokyu::ConfigInf
#include "Kokyu_defs.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* KOKYU_DEFS_H */