aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/complex.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-17 20:18:55 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-17 20:18:55 +0000
commit3406901a2928627477374769416a32b01a08b131 (patch)
treee045a16716bbeb4b90ed143260887e23f96939f5 /src/tutorial/complex.c
parentc62b8a68bf60a451f57fd026bacc91648de7433a (diff)
downloadpostgresql-3406901a2928627477374769416a32b01a08b131.tar.gz
postgresql-3406901a2928627477374769416a32b01a08b131.zip
Move some system includes into c.h, and remove duplicates.
Diffstat (limited to 'src/tutorial/complex.c')
-rw-r--r--src/tutorial/complex.c3
1 files changed, 0 insertions, 3 deletions
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 <stdio.h>
-/* do not include libpq-fe.h for backend-loaded functions*/
-/* #include "libpq-fe.h" */
#include "postgres.h"
typedef struct Complex