diff --git a/src/common/debug.h b/src/common/debug.h index ff6ea9760..838f82dcf 100644 --- a/src/common/debug.h +++ b/src/common/debug.h @@ -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 diff --git a/src/common/type/string.c b/src/common/type/string.c index 553b1dfb9..37b75cfed 100644 --- a/src/common/type/string.c +++ b/src/common/type/string.c @@ -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 diff --git a/src/common/type/stringz.h b/src/common/type/stringZ.h similarity index 100% rename from src/common/type/stringz.h rename to src/common/type/stringZ.h diff --git a/test/code-count/file-type.yaml b/test/code-count/file-type.yaml index 24790d727..7c6962d4e 100644 --- a/test/code-count/file-type.yaml +++ b/test/code-count/file-type.yaml @@ -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 diff --git a/test/src/common/harnessPack.c b/test/src/common/harnessPack.c index 557d227ce..5d81945e5 100644 --- a/test/src/common/harnessPack.c +++ b/test/src/common/harnessPack.c @@ -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"