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