aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.posix/argv.test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.posix/argv.test.cc')
-rw-r--r--nihil.posix/argv.test.cc10
1 files changed, 2 insertions, 8 deletions
diff --git a/nihil.posix/argv.test.cc b/nihil.posix/argv.test.cc
index 3cc218d..e71c3da 100644
--- a/nihil.posix/argv.test.cc
+++ b/nihil.posix/argv.test.cc
@@ -1,14 +1,8 @@
-/*
- * This source code is released into the public domain
- */
-
-#include <algorithm>
-#include <string>
-#include <type_traits>
-#include <vector>
+// This source code is released into the public domain
#include <catch2/catch_test_macros.hpp>
+import nihil.std;
import nihil.posix;
namespace {