1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-13 01:00:23 +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

@ -19,7 +19,7 @@ stress testing as needed.
#include "common/io/handleRead.h"
#include "common/io/handleWrite.h"
#include "common/io/io.h"
#include "common/object.h"
#include "common/type/object.h"
#include "protocol/client.h"
#include "protocol/server.h"
#include "storage/posix/storage.h"