Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1.
commit54696be31603ce7e0fbbfa27c6becdc0e9a6bb81
authorneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 2 May 2006 07:27:47 +0000 (2 07:27 +0000)
committerneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 2 May 2006 07:27:47 +0000 (2 07:27 +0000)
treecfc08840d37afdd9be94fecd61f63993b57bd801
parent9893c7fcaf8ab651ddae0d60b7c463d998ee9a6e
Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1.
The problem was that pyconfig.h was being included before some system headers
which caused redefinitions and other breakage.  This moves system headers
after expat_config.h which includes pyconfig.h.

git-svn-id: http://svn.python.org/projects/python/trunk@45854 6015fed2-1504-0410-9fe1-9d1591cc4771
Modules/expat/xmlparse.c
Modules/expat/xmlrole.c
Modules/expat/xmltok.c