diff options
Diffstat (limited to 'ace/OS_Dirent.h')
-rw-r--r-- | ace/OS_Dirent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/OS_Dirent.h b/ace/OS_Dirent.h index a44b8e9f657..3c0fb782d03 100644 --- a/ace/OS_Dirent.h +++ b/ace/OS_Dirent.h @@ -14,7 +14,7 @@ #ifndef ACE_OS_DIRENT_H #define ACE_OS_DIRENT_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/OS_Export.h" @@ -71,5 +71,5 @@ private: # include "ace/OS_Dirent.inl" # endif /* ACE_HAS_INLINED_OSCALLS */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_OS_DIRENT_H */ |