chore: rename lib/common/stdpre.h => lib/common/StdPre.h

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

View File

@ -13,7 +13,7 @@ add_library(common STATIC
StdMap.h
StdOStream.h
StdPost.h
stdpre.h
StdPre.h
stdset.h
stdvector.h
Settings.h

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include "stdpre.h"
#include "StdPre.h"
#include <deque>

View File

@ -7,7 +7,7 @@
#pragma once
#include "stdpre.h"
#include "StdPre.h"
#if HAVE_ISTREAM
#include <istream>

View File

@ -7,7 +7,7 @@
#pragma once
#include "stdpre.h"
#include "StdPre.h"
#include <list>

View File

@ -7,7 +7,7 @@
#pragma once
#include "stdpre.h"
#include "StdPre.h"
#include <map>

View File

@ -7,7 +7,7 @@
#pragma once
#include "stdpre.h"
#include "StdPre.h"
#if HAVE_OSTREAM
#include <ostream>

View File

@ -7,7 +7,7 @@
#pragma once
#include "stdpre.h"
#include "StdPre.h"
#include <set>

View File

@ -7,7 +7,7 @@
#pragma once
#include "stdpre.h"
#include "StdPre.h"
#include <vector>