aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.generator/byte_allocator.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.generator/byte_allocator.ccm')
-rw-r--r--nihil.generator/byte_allocator.ccm7
1 files changed, 2 insertions, 5 deletions
diff --git a/nihil.generator/byte_allocator.ccm b/nihil.generator/byte_allocator.ccm
index 6d46ec6..86b2edf 100644
--- a/nihil.generator/byte_allocator.ccm
+++ b/nihil.generator/byte_allocator.ccm
@@ -11,13 +11,10 @@
// (See accompanying file LICENSE or http://www.boost.org/LICENSE_1_0.txt)
///////////////////////////////////////////////////////////////////////////////
-module;
-
-#include <memory>
-#include <type_traits>
-
export module nihil.generator:byte_allocator;
+import nihil.std;
+
namespace nihil {
template <typename Alloc>