1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-03 00:26:59 +02:00

Move common/object.h to common/type/object.h.

This header does not contain a type but is used to define types so this seems like a better location.
This commit is contained in:
David Steele
2020-03-30 20:52:57 -04:00
parent a29e25a845
commit da43db3543
62 changed files with 68 additions and 68 deletions

View File

@ -8,8 +8,8 @@ Postgres Client
#include "common/debug.h"
#include "common/log.h"
#include "common/memContext.h"
#include "common/object.h"
#include "common/type/list.h"
#include "common/type/object.h"
#include "common/wait.h"
#include "postgres/client.h"