diff options
Diffstat (limited to 'ace/Array_Base.h')
-rw-r--r-- | ace/Array_Base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Array_Base.h b/ace/Array_Base.h index 686eb6205b1..7b785e404b7 100644 --- a/ace/Array_Base.h +++ b/ace/Array_Base.h @@ -11,7 +11,7 @@ #ifndef ACE_ARRAY_BASE_H #define ACE_ARRAY_BASE_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/config-all.h" @@ -202,6 +202,6 @@ private: #pragma implementation ("Array_Base.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_ARRAY_BASE_H */ |