From 4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Jul 1999 15:21:54 +0000 Subject: Clean up #include in /include directory. Add scripts for checking includes. --- src/tutorial/complex.c | 1 - src/tutorial/funcs.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/tutorial') diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c index 4931744821..b44bbc067d 100644 --- a/src/tutorial/complex.c +++ b/src/tutorial/complex.c @@ -8,7 +8,6 @@ /* do not include libpq-fe.h for backend-loaded functions*/ /* #include "libpq-fe.h" */ #include "postgres.h" -#include "utils/mcxt.h" typedef struct Complex { diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c index bb0efacb64..8da815c2fe 100644 --- a/src/tutorial/funcs.c +++ b/src/tutorial/funcs.c @@ -9,7 +9,6 @@ #include #include #include "postgres.h" /* for variable length type */ -#include "utils/palloc.h" /* for palloc */ #include "executor/executor.h" /* for GetAttributeByName() */ #include "utils/geo_decls.h" /* for point type */ -- cgit v1.2.1