chore: rename lib/common/stdset.h => lib/common/StdSet.h

This commit is contained in:
sithlord48
2025-03-19 18:27:28 -04:00
committed by Chris Rizzitello
parent c9d1a50bb0
commit a3ad66dfb0
12 changed files with 11 additions and 11 deletions

View File

@ -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>

View File

@ -14,7 +14,7 @@ add_library(common STATIC
StdOStream.h
StdPost.h
StdPre.h
stdset.h
StdSet.h
stdvector.h
Settings.h
Settings.cpp

View File

@ -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

View File

@ -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"

View File

@ -7,7 +7,7 @@
#pragma once
#include "common/stdset.h"
#include "common/StdSet.h"
#include "net/SecurityLevel.h"
#include "net/TCPListenSocket.h"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"