diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-15 15:21:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-15 15:21:54 +0000 |
commit | 4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb (patch) | |
tree | 35742cac274127492f314850d8baca1215a1e68e /src/tutorial/funcs.c | |
parent | 0df761420d30e89fa606e34795e5f3da0713d6f6 (diff) | |
download | postgresql-4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb.tar.gz postgresql-4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb.zip |
Clean up #include in /include directory. Add scripts for checking includes.
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 */ |