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 <info@metux.net>
This commit is contained in:
parent
1891a8dc14
commit
bd8d3455fb
|
@ -8,8 +8,6 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "client.h"
|
||||
|
||||
/* Client IDs. Use GetClientPid, GetClientCmdName and GetClientCmdArgs
|
||||
* instead of accessing the fields directly. */
|
||||
struct _ClientId {
|
||||
|
|
Loading…
Reference in New Issue