aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-09-03 21:25:00 -0400
committerBruce Momjian <bruce@momjian.us>2011-09-03 21:25:00 -0400
commit5bce637a4b92ed083f2c21cff63917cb2849b851 (patch)
treedebca2dbc69d37182503cfc601d8cd596ca3a4d4 /src
parent85e6e1662b2c475a408afc1ea2ddade7974eddbb (diff)
downloadpostgresql-5bce637a4b92ed083f2c21cff63917cb2849b851.tar.gz
postgresql-5bce637a4b92ed083f2c21cff63917cb2849b851.zip
walsender.h doesn't need xlog.h, per Tom.
Diffstat (limited to 'src')
-rw-r--r--src/include/replication/walsender.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/replication/walsender.h b/src/include/replication/walsender.h
index 504cb9a8336..1b7f50c52bb 100644
--- a/src/include/replication/walsender.h
+++ b/src/include/replication/walsender.h
@@ -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"