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/tutorial/complex.c | 3 --- src/tutorial/funcs.c | 2 -- 2 files changed, 5 deletions(-) (limited to 'src/tutorial') diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c index b44bbc067da..0a8f1408271 100644 --- a/src/tutorial/complex.c +++ b/src/tutorial/complex.c @@ -4,9 +4,6 @@ format for these routines is dictated by Postgres architecture. ******************************************************************************/ -#include -/* do not include libpq-fe.h for backend-loaded functions*/ -/* #include "libpq-fe.h" */ #include "postgres.h" typedef struct Complex diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c index 8da815c2fef..5cb8d95c736 100644 --- a/src/tutorial/funcs.c +++ b/src/tutorial/funcs.c @@ -6,8 +6,6 @@ SQL statement that binds them to the backend. *****************************************************************************/ -#include -#include #include "postgres.h" /* for variable length type */ #include "executor/executor.h" /* for GetAttributeByName() */ #include "utils/geo_decls.h" /* for point type */ -- cgit v1.2.3