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

Don't include rel.h when relcache.h is sufficient

Trivial change to reduce exposure of rel.h.
This commit is contained in:
Alvaro Herrera
2015-08-11 13:03:14 -03:00
parent 750fc78bca
commit 4901b2f495
2 changed files with 2 additions and 5 deletions

View File

@ -69,7 +69,7 @@
#include "utils/combocid.h"
#include "utils/memdebug.h"
#include "utils/memutils.h"
#include "utils/relcache.h"
#include "utils/rel.h"
#include "utils/relfilenodemap.h"
#include "utils/tqual.h"