From 5a9287b07ce2de7b52625bc6d5fcf120a1219dd3 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Sun, 5 Nov 2023 13:07:27 -0800 Subject: [PATCH] remove error.h for musl --- tools/test_app/hgpriv.c | 1 - tools/test_app/iwpriv.c | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/test_app/hgpriv.c b/tools/test_app/hgpriv.c index e608c46..92a01f8 100644 --- a/tools/test_app/hgpriv.c +++ b/tools/test_app/hgpriv.c @@ -13,7 +13,6 @@ ****************************************************************************** */ -#include #include #include #include diff --git a/tools/test_app/iwpriv.c b/tools/test_app/iwpriv.c index 3daa6b5..af9203f 100644 --- a/tools/test_app/iwpriv.c +++ b/tools/test_app/iwpriv.c @@ -13,7 +13,6 @@ ****************************************************************************** */ -#include #include #include #include