diff options
Diffstat (limited to 'src/tutorial/funcs.c')
-rw-r--r-- | src/tutorial/funcs.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |