aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-01-23 15:22:13 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-01-23 15:22:13 -0300
commit95be5ce1bce3fdcf3ca0638baa12508e5b67ec17 (patch)
treee1f7569481a510c32d9e446ce392672556baf522 /src
parentc9707d9413b171a6f017db1ea7832d797d3abc0d (diff)
downloadpostgresql-95be5ce1bce3fdcf3ca0638baa12508e5b67ec17.tar.gz
postgresql-95be5ce1bce3fdcf3ca0638baa12508e5b67ec17.zip
Remove unnecessary include
autovacuum.c no longer needs dsa.h, since commit 31ae1638ce3. Author: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoCWvYyXrvdANSHWWWEWJH5TeAWAkJ_2gqrHhukG+OBo1g@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/backend/postmaster/autovacuum.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/postmaster/autovacuum.c b/src/backend/postmaster/autovacuum.c
index 75c2362f466..702f8d81880 100644
--- a/src/backend/postmaster/autovacuum.c
+++ b/src/backend/postmaster/autovacuum.c
@@ -94,7 +94,6 @@
#include "storage/sinvaladt.h"
#include "storage/smgr.h"
#include "tcop/tcopprot.h"
-#include "utils/dsa.h"
#include "utils/fmgroids.h"
#include "utils/fmgrprotos.h"
#include "utils/lsyscache.h"