diff options
| author | Bruce Momjian | 2011-09-04 01:25:00 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-09-04 01:25:00 +0000 |
| commit | 5bce637a4b92ed083f2c21cff63917cb2849b851 (patch) | |
| tree | debca2dbc69d37182503cfc601d8cd596ca3a4d4 /src/include | |
| parent | 85e6e1662b2c475a408afc1ea2ddade7974eddbb (diff) | |
walsender.h doesn't need xlog.h, per Tom.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/replication/walsender.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/replication/walsender.h b/src/include/replication/walsender.h index 504cb9a833..1b7f50c52b 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" |
