From b9a7244eae2d74b173132032aae504fca84eb202 Mon Sep 17 00:00:00 2001 From: dhinton Date: Sat, 19 Jul 2003 19:04:16 +0000 Subject: ChangeLogTag:Sat Jul 19 18:38:50 UTC 2003 Don Hinton --- ace/Singleton.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/Singleton.h') diff --git a/ace/Singleton.h b/ace/Singleton.h index 4f976f9d285..c477fd87fc2 100644 --- a/ace/Singleton.h +++ b/ace/Singleton.h @@ -19,7 +19,7 @@ #ifndef ACE_SINGLETON_H #define ACE_SINGLETON_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/Synch.h" @@ -318,5 +318,5 @@ public: #pragma implementation ("Singleton.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_SINGLETON_H */ -- cgit v1.2.1