chore: rename lib/common/stdpost.h => lib/common/StdPost.h

This commit is contained in:
sithlord48
2025-03-19 18:25:51 -04:00
committed by Chris Rizzitello
parent de2e3fb9ce
commit cb3e516206
9 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ add_library(common STATIC
StdList.h
StdMap.h
StdOStream.h
stdpost.h
StdPost.h
stdpre.h
stdset.h
stdvector.h

View File

@ -10,4 +10,4 @@
#include <deque>
#include "stdpost.h"
#include "StdPost.h"

View File

@ -15,4 +15,4 @@
#include <iostream>
#endif
#include "stdpost.h"
#include "StdPost.h"

View File

@ -11,4 +11,4 @@
#include <list>
#include "stdpost.h"
#include "StdPost.h"

View File

@ -11,4 +11,4 @@
#include <map>
#include "stdpost.h"
#include "StdPost.h"

View File

@ -15,4 +15,4 @@
#include <iostream>
#endif
#include "stdpost.h"
#include "StdPost.h"

View File

@ -11,4 +11,4 @@
#include <set>
#include "stdpost.h"
#include "StdPost.h"

View File

@ -11,4 +11,4 @@
#include <vector>
#include "stdpost.h"
#include "StdPost.h"