diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-17 20:18:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-17 20:18:55 +0000 |
commit | 3406901a2928627477374769416a32b01a08b131 (patch) | |
tree | e045a16716bbeb4b90ed143260887e23f96939f5 /src/tutorial/funcs.c | |
parent | c62b8a68bf60a451f57fd026bacc91648de7433a (diff) | |
download | postgresql-3406901a2928627477374769416a32b01a08b131.tar.gz postgresql-3406901a2928627477374769416a32b01a08b131.zip |
Move some system includes into c.h, and remove duplicates.
Diffstat (limited to 'src/tutorial/funcs.c')
-rw-r--r-- | src/tutorial/funcs.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <string.h> -#include <stdio.h> #include "postgres.h" /* for variable length type */ #include "executor/executor.h" /* for GetAttributeByName() */ #include "utils/geo_decls.h" /* for point type */ |