1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02: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
+3 -3
View File
@@ -52,11 +52,11 @@ unit:
harness:
name: error
shim:
common/error: ~
common/error/error: ~
coverage:
- common/error
- common/error.auto: noCode
- common/error/error
- common/error/error.auto: noCode
depend:
- common/stackTrace