Dont include ctrl-server.h in client file
Seems to be a copy/paste mistake. I don't see that any of the definitions of that header are used in `ctl-client.c`. Fix https://github.com/any1/wayvnc/issues/232v0.6
parent
fd652e7a23
commit
2f6a1c4c23
|
@ -30,7 +30,6 @@
|
|||
#include "json-ipc.h"
|
||||
#include "ctl-client.h"
|
||||
#include "ctl-commands.h"
|
||||
#include "ctl-server.h"
|
||||
#include "strlcpy.h"
|
||||
#include "util.h"
|
||||
#include "option-parser.h"
|
||||
|
|
Loading…
Reference in New Issue