Remove unused stdint.h includes

This commit is contained in:
Mark Dickinson 2009-06-28 22:37:13 +00:00
parent 11c4941b54
commit 1dcc38456f
2 changed files with 0 additions and 8 deletions

View file

@ -3,10 +3,6 @@
#include "pyconfig.h" /* include for defines */
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
/**************************************************************************
Symbols and macros to supply platform-independent interfaces to mathematical
functions and constants