Commit ab6ee1f9 authored by Joe Conway's avatar Joe Conway

Move include for Python.h above postgres.h to eliminate compiler warning.

parent a128926e
...@@ -29,11 +29,12 @@ ...@@ -29,11 +29,12 @@
* MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.52 2004/08/04 21:34:29 tgl Exp $ * $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.53 2004/08/05 03:10:29 joe Exp $
* *
********************************************************************* *********************************************************************
*/ */
#include <Python.h>
#include "postgres.h" #include "postgres.h"
/* system stuff */ /* system stuff */
...@@ -54,7 +55,6 @@ ...@@ -54,7 +55,6 @@
#include "utils/syscache.h" #include "utils/syscache.h"
#include "utils/typcache.h" #include "utils/typcache.h"
#include <Python.h>
#include <compile.h> #include <compile.h>
#include <eval.h> #include <eval.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment