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/232
v0.6
Michael Vetter 2023-01-27 14:52:51 +01:00 committed by Andri Yngvason
parent fd652e7a23
commit 2f6a1c4c23
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@
#include "json-ipc.h" #include "json-ipc.h"
#include "ctl-client.h" #include "ctl-client.h"
#include "ctl-commands.h" #include "ctl-commands.h"
#include "ctl-server.h"
#include "strlcpy.h" #include "strlcpy.h"
#include "util.h" #include "util.h"
#include "option-parser.h" #include "option-parser.h"