Reduce basebackup_sink.h inclusion footprint

This file doesn't need xlog_internal.h, only xlogdefs.h.
This commit is contained in:
Alvaro Herrera 2022-10-12 09:42:20 +02:00
parent 38409787dc
commit c929b2745f
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
1 changed files with 1 additions and 1 deletions

View File

@ -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"