diff options
Diffstat (limited to 'tests/strcase/driver.cxx')
-rw-r--r-- | tests/strcase/driver.cxx | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/strcase/driver.cxx b/tests/strcase/driver.cxx index 48e77f2..8e964a6 100644 --- a/tests/strcase/driver.cxx +++ b/tests/strcase/driver.cxx @@ -1,20 +1,9 @@ // file : tests/strcase/driver.cxx -*- C++ -*- // license : MIT; see accompanying LICENSE file -#ifndef __cpp_lib_modules_ts #include <string> -#endif -// Other includes. - -#ifdef __cpp_modules_ts -#ifdef __cpp_lib_modules_ts -import std.core; -#endif -import butl.utility; -#else -#include <libbutl/utility.mxx> -#endif +#include <libbutl/utility.hxx> #undef NDEBUG #include <cassert> |