diff options
Diffstat (limited to 'nihil.posix/execshell.ccm')
| -rw-r--r-- | nihil.posix/execshell.ccm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nihil.posix/execshell.ccm b/nihil.posix/execshell.ccm index 1fbfccf..e0263e5 100644 --- a/nihil.posix/execshell.ccm +++ b/nihil.posix/execshell.ccm @@ -1,10 +1,7 @@ // This source code is released into the public domain. -module; - -#include <string> - export module nihil.posix:execshell; +import nihil.std; import nihil.error; import :execv; import :execl; |
