diff mbox series

Drop compat.h from network_ipc.c

Message ID 20240429161224.3396796-1-stefano.babic@swupdate.org
State Rejected
Headers show
Series Drop compat.h from network_ipc.c | expand

Commit Message

Stefano Babic April 29, 2024, 4:12 p.m. UTC
The header is not necessary and it is licended under GPLv2, raising a
license issue for the library that is LGPLv2.1. Drop the unused header.

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
Reported-by: Alexander Vickberg <wickbergster@gmail.com>
---
 ipc/network_ipc.c | 1 -
 1 file changed, 1 deletion(-)

--
2.34.1
diff mbox series

Patch

diff --git a/ipc/network_ipc.c b/ipc/network_ipc.c
index e2fff782..335116e5 100644
--- a/ipc/network_ipc.c
+++ b/ipc/network_ipc.c
@@ -15,7 +15,6 @@ 
 #include <sys/select.h>
 #include <sys/un.h>
 #include "network_ipc.h"
-#include "compat.h"

 #ifdef CONFIG_SOCKET_CTRL_PATH
 char* SOCKET_CTRL_PATH = (char*)CONFIG_SOCKET_CTRL_PATH;