diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2003-04-22 17:44:34 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2003-04-22 17:44:34 +0000 |
commit | a20585d1e045cc3b68259f15ecfb900434131bb0 (patch) | |
tree | 6001aa37e6d885f801c5d53c62868a6fec17e5b7 /TAO/tao/Messaging | |
parent | 16c60da083a2444c88a2f10009a67926ec57e14d (diff) | |
download | ATCD-a20585d1e045cc3b68259f15ecfb900434131bb0.tar.gz |
ChangeLogTag: Tue Apr 22 12:39:23 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Messaging')
-rw-r--r-- | TAO/tao/Messaging/Messaging_No_ImplC.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Messaging/Messaging_No_ImplC.h b/TAO/tao/Messaging/Messaging_No_ImplC.h index 5f8e4f0d453..e4c2b06aa18 100644 --- a/TAO/tao/Messaging/Messaging_No_ImplC.h +++ b/TAO/tao/Messaging/Messaging_No_ImplC.h @@ -32,15 +32,15 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +#include "messaging_export.h" +#include "tao/PolicyC.h" +#include "tao/TimeBaseC.h" + #if defined(TRANSPARENT) // Some platforms define this macro for ioctl() #undef TRANSPARENT #endif -#include "messaging_export.h" -#include "tao/PolicyC.h" -#include "tao/TimeBaseC.h" - #if defined (TAO_EXPORT_MACRO) #undef TAO_EXPORT_MACRO #endif |