summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2019-10-10 16:35:29 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2019-10-10 16:35:29 -0500
commit699b24bf2910c1bbc77f05841feb8ce1b45b6520 (patch)
treece48d6f22965bf711a7f543f7e9be691ac50d171 /TAO
parentda63b0916c6da12a38c4e30f1c4f76f46d92ec1e (diff)
downloadATCD-699b24bf2910c1bbc77f05841feb8ce1b45b6520.tar.gz
annotest_idl: be_init.cpp: /[<>]/"/
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tests/IDLv4/annotations/be_init.cpp44
1 files changed, 22 insertions, 22 deletions
diff --git a/TAO/tests/IDLv4/annotations/be_init.cpp b/TAO/tests/IDLv4/annotations/be_init.cpp
index 38c47a61558..8db949ba257 100644
--- a/TAO/tests/IDLv4/annotations/be_init.cpp
+++ b/TAO/tests/IDLv4/annotations/be_init.cpp
@@ -1,33 +1,33 @@
-#include <tao/Version.h>
+#include "tao/Version.h"
-#include <global_extern.h>
-#include <drv_extern.h>
-#include <idl_version.h>
+#include "global_extern.h"
+#include "drv_extern.h"
+#include "idl_version.h"
#include "be_extern.h"
-#include <ace/OS_NS_stdlib.h>
-#include <ace/OS_NS_string.h>
-#include <ace/OS_NS_stdio.h>
+#include "ace/OS_NS_stdlib.h"
+#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_stdio.h"
#ifndef ACE_LACKS_IOSTREAM_TOTALLY
-# include <ace/streams.h>
+# include "ace/streams.h"
#endif
-#include <utl_identifier.h>
-#include <ast_generator.h>
-#include <utl_scope.h>
-#include <fe_declarator.h>
-#include <ast_field.h>
-#include <ast_annotation_decl.h>
-#include <ast_annotation_member.h>
-#include <ast_typedef.h>
-#include <ast_sequence.h>
-#include <ast_union.h>
-#include <ast_enum_val.h>
-#include <utl_string.h>
-#include <ast_array.h>
-#include <ast_interface.h>
+#include "utl_identifier.h"
+#include "ast_generator.h"
+#include "utl_scope.h"
+#include "fe_declarator.h"
+#include "ast_field.h"
+#include "ast_annotation_decl.h"
+#include "ast_annotation_member.h"
+#include "ast_typedef.h"
+#include "ast_sequence.h"
+#include "ast_union.h"
+#include "ast_enum_val.h"
+#include "utl_string.h"
+#include "ast_array.h"
+#include "ast_interface.h"
void
BE_version ()