diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-19 19:04:16 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-19 19:04:16 +0000 |
commit | b9a7244eae2d74b173132032aae504fca84eb202 (patch) | |
tree | e90fdb256e0d6ff22a2a01ae3cccb43e210710b6 /ACEXML/common/Mem_Map_Stream.h | |
parent | 5f46bb2218bacdd42c729f26ff689185731c455f (diff) | |
download | ATCD-b9a7244eae2d74b173132032aae504fca84eb202.tar.gz |
ChangeLogTag:Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ACEXML/common/Mem_Map_Stream.h')
-rw-r--r-- | ACEXML/common/Mem_Map_Stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACEXML/common/Mem_Map_Stream.h b/ACEXML/common/Mem_Map_Stream.h index 6dfd468a90e..da02febfd7e 100644 --- a/ACEXML/common/Mem_Map_Stream.h +++ b/ACEXML/common/Mem_Map_Stream.h @@ -12,7 +12,7 @@ #ifndef _ACEXML_MEM_MAP_STREAM_H #define _ACEXML_MEM_MAP_STREAM_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ACEXML/common/ACEXML_Export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) @@ -186,7 +186,7 @@ private: }; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* _ACEXML_MEM_MAP_STREAM_H */ |