chore: rename lib/common/stdostream.h => lib/common/StdOStream.h

This commit is contained in:
sithlord48
2025-03-19 18:24:25 -04:00
committed by Chris Rizzitello
parent 3bad718bb7
commit de2e3fb9ce
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ add_library(common STATIC
StdIStream.h
StdList.h
StdMap.h
stdostream.h
StdOStream.h
stdpost.h
stdpre.h
stdset.h

View File

@ -9,7 +9,7 @@
#include "base/IEventQueue.h"
#include "common/StdIStream.h"
#include "common/stdostream.h"
#include "common/StdOStream.h"
#include "deskflow/KeyMap.h"
#include "deskflow/KeyTypes.h"
#include "deskflow/OptionTypes.h"