mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Reduce basebackup_sink.h inclusion footprint
This file doesn't need xlog_internal.h, only xlogdefs.h.
This commit is contained in:
parent
38409787dc
commit
c929b2745f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef BASEBACKUP_SINK_H
|
||||
#define BASEBACKUP_SINK_H
|
||||
|
||||
#include "access/xlog_internal.h"
|
||||
#include "access/xlogdefs.h"
|
||||
#include "common/compression.h"
|
||||
#include "nodes/pg_list.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue