aboutsummaryrefslogtreecommitdiff
path: root/tests/prefix-map/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/prefix-map/driver.cxx')
-rw-r--r--tests/prefix-map/driver.cxx16
1 files changed, 2 insertions, 14 deletions
diff --git a/tests/prefix-map/driver.cxx b/tests/prefix-map/driver.cxx
index 0628abf..8ed35ea 100644
--- a/tests/prefix-map/driver.cxx
+++ b/tests/prefix-map/driver.cxx
@@ -1,22 +1,10 @@
// file : tests/prefix-map/driver.cxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
-#ifndef __cpp_lib_modules_ts
#include <string>
#include <iostream>
-#endif
-
-// Other includes.
-
-#ifdef __cpp_modules_ts
-#ifdef __cpp_lib_modules_ts
-import std.core;
-import std.io;
-#endif
-import butl.prefix_map;
-#else
-#include <libbutl/prefix-map.mxx>
-#endif
+
+#include <libbutl/prefix-map.hxx>
#undef NDEBUG
#include <cassert>