diff --git a/src/lib/server/PrimaryClient.cpp b/src/lib/server/PrimaryClient.cpp index 282b119f7..a98cd9bd0 100644 --- a/src/lib/server/PrimaryClient.cpp +++ b/src/lib/server/PrimaryClient.cpp @@ -8,8 +8,6 @@ #include "server/PrimaryClient.h" #include "base/Log.h" -#include "deskflow/AppUtil.h" -#include "deskflow/Clipboard.h" #include "deskflow/Screen.h" // // PrimaryClient diff --git a/src/lib/server/PrimaryClient.h b/src/lib/server/PrimaryClient.h index 953193ae2..68d1c61e8 100644 --- a/src/lib/server/PrimaryClient.h +++ b/src/lib/server/PrimaryClient.h @@ -7,7 +7,6 @@ #pragma once -#include "deskflow/ProtocolTypes.h" #include "server/BaseClientProxy.h" namespace deskflow {