mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
walsender.h doesn't need xlog.h, per Tom.
This commit is contained in:
parent
85e6e1662b
commit
5bce637a4b
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
|||
#ifndef _WALSENDER_H
|
||||
#define _WALSENDER_H
|
||||
|
||||
#include "access/xlog.h"
|
||||
#include "fmgr.h"
|
||||
#include "nodes/nodes.h"
|
||||
#include "storage/latch.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue