1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-17 17:02:08 +03:00

More cleaned out #include files

Makefile fixed for fmgr.h
This commit is contained in:
Marc G. Fournier
1996-11-05 08:19:01 +00:00
parent d1e9a76131
commit 0cf60fb718
5 changed files with 38 additions and 51 deletions

View File

@ -11,22 +11,18 @@
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include <time.h>
#include <postgres.h>
#include "postgres.h"
#include "access/relscan.h"
#include "storage/bufpage.h"
#include "access/sdir.h"
#include "access/itup.h"
#include "access/gist.h"
#include "executor/execdebug.h"
#include "utils/palloc.h"
#include "storage/bufmgr.h"
#include <access/relscan.h>
#include <storage/bufpage.h>
#include <access/sdir.h>
#include <access/itup.h>
#include <access/gist.h>
#include <executor/execdebug.h>
#include <storage/bufmgr.h>
#ifndef HAVE_MEMMOVE
# include "regex/utils.h"
# include <regex/utils.h>
#else
# include <string.h>
#endif