aboutsummaryrefslogtreecommitdiff
path: root/tests/optional/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/optional/driver.cxx')
-rw-r--r--tests/optional/driver.cxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/tests/optional/driver.cxx b/tests/optional/driver.cxx
index e73f03e..da09cf5 100644
--- a/tests/optional/driver.cxx
+++ b/tests/optional/driver.cxx
@@ -1,21 +1,10 @@
// file : tests/optional/driver.cxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
-#ifndef __cpp_lib_modules_ts
#include <vector>
#include <utility> // move()
-#endif
-
-// Other includes.
-
-#ifdef __cpp_modules_ts
-#ifdef __cpp_lib_modules_ts
-import std.core;
-#endif
-import butl.optional;
-#else
-#include <libbutl/optional.mxx>
-#endif
+
+#include <libbutl/optional.hxx>
#undef NDEBUG
#include <cassert>