diff options
Diffstat (limited to 'src/tutorial')
-rw-r--r-- | src/tutorial/complex.c | 1 | ||||
-rw-r--r-- | src/tutorial/funcs.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c index 49317448216..b44bbc067da 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 bb0efacb64e..8da815c2fef 100644 --- a/src/tutorial/funcs.c +++ b/src/tutorial/funcs.c @@ -9,7 +9,6 @@ #include <string.h> #include <stdio.h> #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 */ |