Remove unnecessary include
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 23 Jan 2018 18:22:13 +0000 (15:22 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 23 Jan 2018 18:22:13 +0000 (15:22 -0300)
autovacuum.c no longer needs dsa.h, since commit 31ae1638ce3.
Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoCWvYyXrvdANSHWWWEWJH5TeAWAkJ_2gqrHhukG+OBo1g@mail.gmail.com

src/backend/postmaster/autovacuum.c

index 75c2362f466ecc2bf1263b39f3187f666cd4a3a8..702f8d8188028c332e7d1a2d990556e23696c685 100644 (file)
@@ -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"