diff options
Diffstat (limited to 'test/cxx/TestMulti.cpp')
-rw-r--r-- | test/cxx/TestMulti.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/cxx/TestMulti.cpp b/test/cxx/TestMulti.cpp index cc82f1f3..e0386859 100644 --- a/test/cxx/TestMulti.cpp +++ b/test/cxx/TestMulti.cpp @@ -1,14 +1,12 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. */ #include "db_cxx.h" #include <stdlib.h> -#ifdef HAVE_STRING_H #include <string.h> -#endif using namespace std; void test1() |