chore: rename lib/common/stdset.h => lib/common/StdSet.h
This commit is contained in:
committed by
Chris Rizzitello
parent
c9d1a50bb0
commit
a3ad66dfb0
@ -14,7 +14,7 @@
|
||||
#include "base/PriorityQueue.h"
|
||||
#include "base/Stopwatch.h"
|
||||
#include "common/StdMap.h"
|
||||
#include "common/stdset.h"
|
||||
#include "common/StdSet.h"
|
||||
#include "mt/CondVar.h"
|
||||
|
||||
#include <queue>
|
||||
|
||||
@ -14,7 +14,7 @@ add_library(common STATIC
|
||||
StdOStream.h
|
||||
StdPost.h
|
||||
StdPre.h
|
||||
stdset.h
|
||||
StdSet.h
|
||||
stdvector.h
|
||||
Settings.h
|
||||
Settings.cpp
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#include "base/EventTypes.h"
|
||||
#include "base/IEventQueue.h"
|
||||
#include "common/IInterface.h"
|
||||
#include "common/stdset.h"
|
||||
#include "common/StdSet.h"
|
||||
#include "deskflow/KeyTypes.h"
|
||||
|
||||
//! Key state interface
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
#include "base/String.h"
|
||||
#include "common/StdMap.h"
|
||||
#include "common/stdset.h"
|
||||
#include "common/StdSet.h"
|
||||
#include "common/stdvector.h"
|
||||
#include "deskflow/KeyTypes.h"
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/stdset.h"
|
||||
#include "common/StdSet.h"
|
||||
#include "net/SecurityLevel.h"
|
||||
#include "net/TCPListenSocket.h"
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
#include "OSXAutoTypes.h"
|
||||
#include "common/StdMap.h"
|
||||
#include "common/stdset.h"
|
||||
#include "common/StdSet.h"
|
||||
#include "common/stdvector.h"
|
||||
#include "deskflow/KeyState.h"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "arch/Arch.h"
|
||||
#include "common/stdset.h"
|
||||
#include "common/StdSet.h"
|
||||
#include "common/stdvector.h"
|
||||
#include "deskflow/ClientArgs.h"
|
||||
#include "deskflow/KeyMap.h"
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#include "base/Event.h"
|
||||
#include "base/EventTypes.h"
|
||||
#include "common/StdDeque.h"
|
||||
#include "common/stdset.h"
|
||||
#include "common/StdSet.h"
|
||||
#include "net/SecurityLevel.h"
|
||||
#include "server/Config.h"
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
#include "base/String.h"
|
||||
#include "base/XBase.h"
|
||||
#include "common/StdMap.h"
|
||||
#include "common/stdset.h"
|
||||
#include "common/StdSet.h"
|
||||
#include "deskflow/IPlatformScreen.h"
|
||||
#include "deskflow/OptionTypes.h"
|
||||
#include "deskflow/ProtocolTypes.h"
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "common/StdMap.h"
|
||||
#include "common/stdset.h"
|
||||
#include "common/StdSet.h"
|
||||
#include "deskflow/IPlatformScreen.h"
|
||||
#include "deskflow/KeyTypes.h"
|
||||
#include "deskflow/MouseTypes.h"
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#include "base/EventTypes.h"
|
||||
#include "base/Stopwatch.h"
|
||||
#include "common/StdMap.h"
|
||||
#include "common/stdset.h"
|
||||
#include "common/StdSet.h"
|
||||
#include "common/stdvector.h"
|
||||
#include "deskflow/Clipboard.h"
|
||||
#include "deskflow/ClipboardTypes.h"
|
||||
|
||||
Reference in New Issue
Block a user