summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h')
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h b/TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h
index 324b44acae3..1a37d86f38f 100644
--- a/TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h
+++ b/TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h
@@ -20,7 +20,7 @@
#ifndef PSDL_TYPECODE_DEFN_H
#define PSDL_TYPECODE_DEFN_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Node_Visitor.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -39,5 +39,5 @@ class TAO_PSDL_Typecode_Defn : public TAO_PSDL_Node_Visitor
int visit_type_declarator (TAO_PSDL_Type_Declarator *);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* PSDL_TYPECODE_DEFN_H */