Remove unneeded Python includes
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 25 Nov 2021 13:19:22 +0000 (14:19 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 25 Nov 2021 13:19:22 +0000 (14:19 +0100)
commit99e4d24a9d77e7bb87e15b318e96dc36651a7da2
treee7d0117ddabb1307dca0fd6f40be0d902ffdcdfd
parentf0d43947a1b0c30f0bf2c117cd78bf95a3161268
Remove unneeded Python includes

Inluding <compile.h> and <eval.h> has not been necessary since Python
2.4, since they are included via <Python.h>.  Morever, <eval.h> is
being removed in Python 3.11.  So remove these includes.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/84884.1637723223%40sss.pgh.pa.us
src/pl/plpython/plpython.h