From 3406901a2928627477374769416a32b01a08b131 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 17 Jul 1999 20:18:55 +0000 Subject: Move some system includes into c.h, and remove duplicates. --- src/backend/access/gist/gist.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/backend/access/gist/gist.c') diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c index 8dab9755cc..0e4263b80e 100644 --- a/src/backend/access/gist/gist.c +++ b/src/backend/access/gist/gist.c @@ -22,11 +22,6 @@ #include "executor/executor.h" #include "utils/syscache.h" -#ifndef HAVE_MEMMOVE -#include -#else -#include -#endif /* non-export function prototypes */ static InsertIndexResult gistdoinsert(Relation r, IndexTuple itup, -- cgit v1.2.1