diff options
Diffstat (limited to 'contrib/jsonb_plpython/jsonb_plpython.c')
-rw-r--r-- | contrib/jsonb_plpython/jsonb_plpython.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/jsonb_plpython/jsonb_plpython.c b/contrib/jsonb_plpython/jsonb_plpython.c index 776cf7c8b9b..ecaa4c6f92b 100644 --- a/contrib/jsonb_plpython/jsonb_plpython.c +++ b/contrib/jsonb_plpython/jsonb_plpython.c @@ -1,10 +1,10 @@ #include "postgres.h" -#include "plpython.h" #include "plpy_elog.h" #include "plpy_typeio.h" -#include "utils/jsonb.h" +#include "plpython.h" #include "utils/fmgrprotos.h" +#include "utils/jsonb.h" #include "utils/numeric.h" PG_MODULE_MAGIC; |