#6151 Rename synergy lib to core lib

This commit is contained in:
Nick Bolton
2017-09-14 13:28:16 +01:00
parent ce02171eab
commit 4fe38023aa
77 changed files with 150 additions and 151 deletions

View File

@@ -19,15 +19,15 @@
#include "client/Client.h"
#include "client/ServerProxy.h"
#include "synergy/Screen.h"
#include "synergy/FileChunk.h"
#include "synergy/DropHelper.h"
#include "synergy/PacketStreamFilter.h"
#include "synergy/ProtocolUtil.h"
#include "synergy/protocol_types.h"
#include "synergy/XSynergy.h"
#include "synergy/StreamChunker.h"
#include "synergy/IPlatformScreen.h"
#include "core/Screen.h"
#include "core/FileChunk.h"
#include "core/DropHelper.h"
#include "core/PacketStreamFilter.h"
#include "core/ProtocolUtil.h"
#include "core/protocol_types.h"
#include "core/XSynergy.h"
#include "core/StreamChunker.h"
#include "core/IPlatformScreen.h"
#include "mt/Thread.h"
#include "net/TCPSocket.h"
#include "net/IDataSocket.h"