chore: ClientProxyUnknown remove unused includes
This commit is contained in:
committed by
Chris Rizzitello
parent
e2a78ac5ac
commit
06ac0a747f
@ -10,11 +10,9 @@
|
||||
|
||||
#include "base/IEventQueue.h"
|
||||
#include "base/Log.h"
|
||||
#include "deskflow/AppUtil.h"
|
||||
#include "deskflow/DeskflowException.h"
|
||||
#include "deskflow/ProtocolTypes.h"
|
||||
#include "deskflow/ProtocolUtil.h"
|
||||
#include "io/IOException.h"
|
||||
#include "io/IStream.h"
|
||||
#include "server/ClientProxy1_0.h"
|
||||
#include "server/ClientProxy1_1.h"
|
||||
@ -27,9 +25,6 @@
|
||||
#include "server/ClientProxy1_8.h"
|
||||
#include "server/Server.h"
|
||||
|
||||
#include <iterator>
|
||||
#include <sstream>
|
||||
|
||||
//
|
||||
// ClientProxyUnknown
|
||||
//
|
||||
|
||||
@ -8,10 +8,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "base/Event.h"
|
||||
#include "base/EventTypes.h"
|
||||
#include "deskflow/OptionTypes.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
class ClientProxy;
|
||||
|
||||
Reference in New Issue
Block a user