chore: rename lib/common/stdistream.h => lib/common/StdIStream.h

This commit is contained in:
sithlord48
2025-03-19 18:20:10 -04:00
committed by Chris Rizzitello
parent 4a16804d27
commit bf09df835d
3 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ add_library(common STATIC
IInterface.h
StdDeque.h
StdExcept.h
stdistream.h
StdIStream.h
stdlist.h
stdmap.h
stdostream.h

View File

@ -8,7 +8,7 @@
#include "server/Config.h"
#include "base/IEventQueue.h"
#include "common/stdistream.h"
#include "common/StdIStream.h"
#include "common/stdostream.h"
#include "deskflow/KeyMap.h"
#include "deskflow/KeyTypes.h"