chore: rename lib/common/stdpre.h => lib/common/StdPre.h
This commit is contained in:
committed by
Chris Rizzitello
parent
cb3e516206
commit
c9d1a50bb0
@ -13,7 +13,7 @@ add_library(common STATIC
|
||||
StdMap.h
|
||||
StdOStream.h
|
||||
StdPost.h
|
||||
stdpre.h
|
||||
StdPre.h
|
||||
stdset.h
|
||||
stdvector.h
|
||||
Settings.h
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "stdpre.h"
|
||||
#include "StdPre.h"
|
||||
|
||||
#include <deque>
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "stdpre.h"
|
||||
#include "StdPre.h"
|
||||
|
||||
#if HAVE_ISTREAM
|
||||
#include <istream>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "stdpre.h"
|
||||
#include "StdPre.h"
|
||||
|
||||
#include <list>
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "stdpre.h"
|
||||
#include "StdPre.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "stdpre.h"
|
||||
#include "StdPre.h"
|
||||
|
||||
#if HAVE_OSTREAM
|
||||
#include <ostream>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "stdpre.h"
|
||||
#include "StdPre.h"
|
||||
|
||||
#include <set>
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "stdpre.h"
|
||||
#include "StdPre.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user