1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Trim spgist_private.h inclusion

It doesn't really need rel.h; relcache.h is enough.
This commit is contained in:
Alvaro Herrera
2012-08-31 17:04:31 -04:00
parent 358ff99d70
commit e20a90e188
4 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,7 @@
#include "access/spgist_private.h"
#include "miscadmin.h"
#include "storage/bufmgr.h"
#include "utils/rel.h"
/*