From bd8d3455fbcc42c7e66d20662eecc5b208061224 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 5 Mar 2024 15:00:39 +0100 Subject: [PATCH] os: don't include client.h anymore There's no need to include client.h anymore. But still leaving it, in case some external consumer relying on it's presence. Signed-off-by: Enrico Weigelt, metux IT consult --- os/client_priv.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/os/client_priv.h b/os/client_priv.h index 03dbd4099..c84cc35ea 100644 --- a/os/client_priv.h +++ b/os/client_priv.h @@ -8,8 +8,6 @@ #include -#include "client.h" - /* Client IDs. Use GetClientPid, GetClientCmdName and GetClientCmdArgs * instead of accessing the fields directly. */ struct _ClientId {