1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

walsender.h doesn't need xlog.h, per Tom.

This commit is contained in:
Bruce Momjian
2011-09-03 21:25:00 -04:00
parent 85e6e1662b
commit 5bce637a4b

View File

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