aboutsummaryrefslogtreecommitdiff
path: root/tests/string-parser/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/string-parser/driver.cxx')
-rw-r--r--tests/string-parser/driver.cxx19
1 files changed, 3 insertions, 16 deletions
diff --git a/tests/string-parser/driver.cxx b/tests/string-parser/driver.cxx
index 2e47e4a..8cba912 100644
--- a/tests/string-parser/driver.cxx
+++ b/tests/string-parser/driver.cxx
@@ -1,25 +1,12 @@
// file : tests/string-parser/driver.cxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
-#ifndef __cpp_lib_modules_ts
#include <string>
#include <vector>
#include <iostream>
-#endif
-
-// Other includes.
-
-#ifdef __cpp_modules_ts
-#ifdef __cpp_lib_modules_ts
-import std.core;
-import std.io;
-#endif
-import butl.utility; // operator<<(ostream,exception)
-import butl.string_parser;
-#else
-#include <libbutl/utility.mxx>
-#include <libbutl/string-parser.mxx>
-#endif
+
+#include <libbutl/utility.hxx> // operator<<(ostream,exception)
+#include <libbutl/string-parser.hxx>
#undef NDEBUG
#include <cassert>