mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
Remove unnecessary include
autovacuum.c no longer needs dsa.h, since commit 31ae1638ce.
Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoCWvYyXrvdANSHWWWEWJH5TeAWAkJ_2gqrHhukG+OBo1g@mail.gmail.com
This commit is contained in:
parent
5ca17d655f
commit
bfe23f83f7
1 changed files with 0 additions and 1 deletions
|
|
@ -93,7 +93,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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue