aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_planobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpy_planobject.c')
-rw-r--r--src/pl/plpython/plpy_planobject.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/pl/plpython/plpy_planobject.c b/src/pl/plpython/plpy_planobject.c
index 96ea24cbcf5..c23e79fe55f 100644
--- a/src/pl/plpython/plpy_planobject.c
+++ b/src/pl/plpython/plpy_planobject.c
@@ -6,16 +6,13 @@
#include "postgres.h"
-#include "plpython.h"
-
-#include "plpy_planobject.h"
-
#include "plpy_cursorobject.h"
#include "plpy_elog.h"
+#include "plpy_planobject.h"
#include "plpy_spi.h"
+#include "plpython.h"
#include "utils/memutils.h"
-
static void PLy_plan_dealloc(PyObject *arg);
static PyObject *PLy_plan_cursor(PyObject *self, PyObject *args);
static PyObject *PLy_plan_execute(PyObject *self, PyObject *args);