mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Rename stringz.h to stringZ.h.
This is more consistent with our file naming conventions.
This commit is contained in:
parent
0354144c90
commit
590e759968
@ -7,7 +7,7 @@ Debug Routines
|
||||
#include "common/assert.h"
|
||||
#include "common/stackTrace.h"
|
||||
#include "common/type/convert.h"
|
||||
#include "common/type/stringz.h"
|
||||
#include "common/type/stringZ.h"
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Base function debugging macros
|
||||
|
@ -14,7 +14,7 @@ String Handler
|
||||
#include "common/memContext.h"
|
||||
#include "common/type/string.h"
|
||||
#include "common/type/stringList.h"
|
||||
#include "common/type/stringz.h"
|
||||
#include "common/type/stringZ.h"
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Constant strings that are generally useful
|
||||
|
@ -1119,7 +1119,7 @@ src/common/type/stringList.h:
|
||||
class: core
|
||||
type: c/h
|
||||
|
||||
src/common/type/stringz.h:
|
||||
src/common/type/stringZ.h:
|
||||
class: core
|
||||
type: c/h
|
||||
|
||||
|
@ -6,7 +6,7 @@ Harness for Loading Test Configurations
|
||||
#include "common/assert.h"
|
||||
#include "common/type/convert.h"
|
||||
#include "common/type/pack.h"
|
||||
#include "common/type/stringz.h"
|
||||
#include "common/type/stringZ.h"
|
||||
|
||||
#include "common/harnessDebug.h"
|
||||
#include "common/harnessPack.h"
|
||||
|
Loading…
Reference in New Issue
Block a user