mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Move some system includes into c.h, and remove duplicates.
This commit is contained in:
@ -16,11 +16,6 @@
|
||||
#include "access/gist.h"
|
||||
#include "access/gistscan.h"
|
||||
|
||||
#ifndef HAVE_MEMMOVE
|
||||
#include <regex/utils.h>
|
||||
#else
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
/* routines defined and used here */
|
||||
static void gistregscan(IndexScanDesc s);
|
||||
|
Reference in New Issue
Block a user