From 128576759de77a3a7003e86d28c38465a523de1f Mon Sep 17 00:00:00 2001
From: Recolic <git@me.recolic.net>
Date: Thu, 6 Mar 2025 17:05:38 -0800
Subject: [PATCH] .strip unneeded header

---
 sys/unix_handy.hpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys/unix_handy.hpp b/sys/unix_handy.hpp
index faedefd..23b5199 100644
--- a/sys/unix_handy.hpp
+++ b/sys/unix_handy.hpp
@@ -11,9 +11,6 @@
 #error rlib/sys/unix_handy.hpp is not for Windows.
 #endif
 
-// For shell_run
-#include <sstream>
-
 namespace rlib {
     // args DOES NOT contain the "$0".
     inline void execs(std::string path, std::vector<std::string> args) {
-- 
GitLab