aboutsummaryrefslogtreecommitdiff
path: root/tests/base64/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/base64/driver.cxx')
-rw-r--r--tests/base64/driver.cxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/base64/driver.cxx b/tests/base64/driver.cxx
index d6a95b3..a37a238 100644
--- a/tests/base64/driver.cxx
+++ b/tests/base64/driver.cxx
@@ -1,23 +1,11 @@
// file : tests/base64/driver.cxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
-#ifndef __cpp_lib_modules_ts
#include <string>
#include <vector>
#include <sstream>
-#endif
-
-// Other includes.
-#ifdef __cpp_modules_ts
-#ifdef __cpp_lib_modules_ts
-import std.core;
-import std.io;
-#endif
-import butl.base64;
-#else
-#include <libbutl/base64.mxx>
-#endif
+#include <libbutl/base64.hxx>
#undef NDEBUG
#include <cassert>