You've already forked pgbackrest
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user