From 2db2ebd406d3f7a86344d8e348ce8665ac85865d Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 11 Mar 2021 15:10:52 -0500 Subject: [PATCH] Remove unnecessary "sys/" from errno.h include. Looks like it's not needed, and most systems' manpages say to just include . --- examples/shell/shell_common/cmd_ping.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shell/shell_common/cmd_ping.cpp b/examples/shell/shell_common/cmd_ping.cpp index adc2a7302ca8b9..bb0101c38b7a42 100644 --- a/examples/shell/shell_common/cmd_ping.cpp +++ b/examples/shell/shell_common/cmd_ping.cpp @@ -15,9 +15,9 @@ * limitations under the License. */ +#include #include #include -#include #include #include