summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/tests.h')
-rw-r--r--TAO/tests/Param_Test/tests.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/TAO/tests/Param_Test/tests.h b/TAO/tests/Param_Test/tests.h
deleted file mode 100644
index f1845ebd497..00000000000
--- a/TAO/tests/Param_Test/tests.h
+++ /dev/null
@@ -1,47 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Param_Test
-//
-// = FILENAME
-// tests.h
-//
-// = DESCRIPTION
-// All the test objects header files included here
-//
-// = AUTHORS
-// Aniruddha Gokhale
-//
-// ============================================================================
-
-#ifndef TESTS_H
-#define TESTS_H
-
-#include "any.h"
-#include "bd_long_seq.h"
-#include "bd_short_seq.h"
-#include "bd_str_seq.h"
-#include "bd_string.h"
-#include "bd_struct_seq.h"
-#include "fixed_array.h"
-#include "fixed_struct.h"
-#include "nested_struct.h"
-#include "objref_struct.h"
-#include "objref.h"
-#include "short.h"
-#include "ulonglong.h"
-#include "typecode.h"
-#include "ub_any_seq.h"
-#include "ub_long_seq.h"
-#include "ub_objref_seq.h"
-#include "ub_short_seq.h"
-#include "ub_str_seq.h"
-#include "ub_string.h"
-#include "ub_struct_seq.h"
-#include "var_array.h"
-#include "var_struct.h"
-#include "except.h"
-
-#endif /* if !defined */