From 9a791d7d2e1378c47e8505a2022590943f2df05e Mon Sep 17 00:00:00 2001 From: Davide Dunne <111002142+DavideDunne@users.noreply.github.com> Date: Tue, 28 Feb 2023 12:44:37 -0600 Subject: [PATCH] Deleted repeated "#include " stdio.h already declared on line 4 --- pipe-to-python-samples/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pipe-to-python-samples/main.cpp b/pipe-to-python-samples/main.cpp index 47e56271..f40935ff 100644 --- a/pipe-to-python-samples/main.cpp +++ b/pipe-to-python-samples/main.cpp @@ -7,7 +7,6 @@ // NamedPipe #include -#include #include #include