mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Another run through.
This gets us a clean compile of 'common' and 'gist' with *clean* #include files
This commit is contained in:
@ -12,10 +12,10 @@
|
||||
#ifndef GIST_H
|
||||
#define GIST_H
|
||||
|
||||
#include "storage/off.h"
|
||||
#include "utils/rel.h"
|
||||
#include "storage/block.h"
|
||||
#include "storage/page.h"
|
||||
#include <storage/page.h>
|
||||
#include <storage/block.h>
|
||||
#include <utils/rel.h>
|
||||
#include <storage/off.h>
|
||||
|
||||
/*
|
||||
** You can have as many strategies as you please in GiSTs, as
|
||||
|
Reference in New Issue
Block a user