1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-08-01 06:46:52 +03:00

Move error modules to common/error directory.

There are already enough files to warrant a separate directory and more are coming.

Also remove extraneous includes.
This commit is contained in:
David Steele
2023-04-06 10:38:49 +04:00
parent ff98636e41
commit 801e396dac
33 changed files with 42 additions and 57 deletions

View File

@ -863,19 +863,19 @@ src/common/encode.h:
class: core
type: c/h
src/common/error.auto.c.inc:
src/common/error/error.auto.c.inc:
class: core/auto
type: c
src/common/error.auto.h:
src/common/error/error.auto.h:
class: core/auto
type: c/h
src/common/error.c:
src/common/error/error.c:
class: core
type: c
src/common/error.h:
src/common/error/error.h:
class: core
type: c/h