diff options
Diffstat (limited to 'src/tutorial/complex.c')
-rw-r--r-- | src/tutorial/complex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c index e5bea2d1134..bf8b09eb17c 100644 --- a/src/tutorial/complex.c +++ b/src/tutorial/complex.c @@ -8,8 +8,6 @@ /* do not include libpq-fe.h for backend-loaded functions*/ /* #include "libpq-fe.h" */ #include "postgres.h" -#include "utils/elog.h" -#include "utils/palloc.h" #include "utils/mcxt.h" typedef struct Complex |