1
0
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:
Marc G. Fournier
1996-11-05 08:18:44 +00:00
parent 1c3a7767ca
commit d1e9a76131
10 changed files with 34 additions and 44 deletions

View File

@ -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