diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-16 02:48:54 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-16 02:48:54 +0000 |
commit | cc6eab9d8e3c629293e2864c33e7cb15a0dbb3f3 (patch) | |
tree | 2d7ef2faf1c4eac31b56ee0176382e96447143c0 /ace/ACE.h | |
parent | 79aec00a4480283bdd22619bb9eb934114a4e813 (diff) | |
download | ATCD-cc6eab9d8e3c629293e2864c33e7cb15a0dbb3f3.tar.gz |
ChangeLogTag: Wed Mar 15 20:47:12 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/ACE.h b/ace/ACE.h index 2b6633f5a67..796dfea3142 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -14,12 +14,11 @@ // // ============================================================================ -// This #include must come first to avoid recursive include problems. -#include "ace/OS.h" - #ifndef ACE_ACE_H #define ACE_ACE_H +#include "ace/OS.h" + #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ |