Removed redundant #include of Python.h

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6158 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-08-26 21:17:18 +00:00
commit 61d07f7cae

View file

@ -1,5 +1,5 @@
/***********************************************************************
* python.swg
* pyrun.swg
*
* This file contains the runtime support for Python modules
* and includes code for managing global variables and pointer
@ -8,8 +8,6 @@
* Author : David Beazley (beazley@cs.uchicago.edu)
************************************************************************/
#include "Python.h"
#ifdef __cplusplus
extern "C" {
#endif