aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/complex.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-15 15:21:54 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-15 15:21:54 +0000
commit4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb (patch)
tree35742cac274127492f314850d8baca1215a1e68e /src/tutorial/complex.c
parent0df761420d30e89fa606e34795e5f3da0713d6f6 (diff)
downloadpostgresql-4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb.tar.gz
postgresql-4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb.zip
Clean up #include in /include directory. Add scripts for checking includes.
Diffstat (limited to 'src/tutorial/complex.c')
-rw-r--r--src/tutorial/complex.c1
1 files changed, 0 insertions, 1 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
{