1
0
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:
David Steele 2021-08-19 11:57:37 -04:00
parent 0354144c90
commit 590e759968
5 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"