1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +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

@@ -10,13 +10,10 @@
#define REORDERBUFFER_H
#include "access/htup_details.h"
#include "lib/ilist.h"
#include "storage/sinval.h"
#include "utils/hsearch.h"
#include "utils/rel.h"
#include "utils/relcache.h"
#include "utils/snapshot.h"
#include "utils/timestamp.h"