diff options
Diffstat (limited to 'contrib/hstore_plpython/hstore_plpython.c')
-rw-r--r-- | contrib/hstore_plpython/hstore_plpython.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/hstore_plpython/hstore_plpython.c b/contrib/hstore_plpython/hstore_plpython.c index 93705f0d54c..4dee5697403 100644 --- a/contrib/hstore_plpython/hstore_plpython.c +++ b/contrib/hstore_plpython/hstore_plpython.c @@ -1,9 +1,9 @@ #include "postgres.h" #include "fmgr.h" -#include "plpython.h" -#include "plpy_typeio.h" #include "hstore/hstore.h" +#include "plpy_typeio.h" +#include "plpython.h" PG_MODULE_MAGIC; |