summaryrefslogtreecommitdiff
path: root/src/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'src/tutorial')
-rw-r--r--src/tutorial/funcs.c2
-rw-r--r--src/tutorial/funcs_new.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c
index 621503a421c..58ede56cc88 100644
--- a/src/tutorial/funcs.c
+++ b/src/tutorial/funcs.c
@@ -9,8 +9,6 @@
See funcs_new.c for examples of "new style".
*****************************************************************************/
-#include <string.h>
-
#include "postgres.h" /* general Postgres declarations */
#include "executor/executor.h" /* for GetAttributeByName() */
diff --git a/src/tutorial/funcs_new.c b/src/tutorial/funcs_new.c
index 20f609d5d2d..b8972688330 100644
--- a/src/tutorial/funcs_new.c
+++ b/src/tutorial/funcs_new.c
@@ -9,8 +9,6 @@
See funcs.c for examples of "old style".
*****************************************************************************/
-#include <string.h>
-
#include "postgres.h" /* general Postgres declarations */
#include "fmgr.h" /* for argument/result macros */