summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_subxactobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpy_subxactobject.h')
-rw-r--r--src/pl/plpython/plpy_subxactobject.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pl/plpython/plpy_subxactobject.h b/src/pl/plpython/plpy_subxactobject.h
index 1ee85c0cdf3..5b6f86326da 100644
--- a/src/pl/plpython/plpy_subxactobject.h
+++ b/src/pl/plpython/plpy_subxactobject.h
@@ -6,9 +6,8 @@
#define PLPY_SUBXACTOBJECT
#include "nodes/pg_list.h"
-#include "utils/resowner.h"
-
#include "plpython.h"
+#include "utils/resowner.h"
/* a list of nested explicit subtransactions */
extern List *explicit_subtransactions;