(!1279) 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
b17cc82252
commit
0c27d5b102
|
@ -8,8 +8,6 @@
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include "client.h"
|
|
||||||
|
|
||||||
/* Client IDs. Use GetClientPid, GetClientCmdName and GetClientCmdArgs
|
/* Client IDs. Use GetClientPid, GetClientCmdName and GetClientCmdArgs
|
||||||
* instead of accessing the fields directly. */
|
* instead of accessing the fields directly. */
|
||||||
struct _ClientId {
|
struct _ClientId {
|
||||||
|
|
Loading…
Reference in New Issue