From 2e2d1bd3b6c7776b77c33b94f30ead89367a71e6 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 1 Jul 2025 17:07:04 +0100 Subject: add nihil.std --- nihil.cli/command_tree.ccm | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'nihil.cli/command_tree.ccm') diff --git a/nihil.cli/command_tree.ccm b/nihil.cli/command_tree.ccm index 7297af7..84e4a0d 100644 --- a/nihil.cli/command_tree.ccm +++ b/nihil.cli/command_tree.ccm @@ -1,17 +1,7 @@ -/* - * This source code is released into the public domain. - */ - -module; - -#include -#include -#include -#include -#include - +// This source code is released into the public domain. export module nihil.cli:command_tree; +import nihil.std; import :command; namespace nihil { -- cgit v1.2.3