Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9eb7b6

Browse files
committed
Merged revisions 73660 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r73660 | mark.dickinson | 2009-06-28 23:37:13 +0100 (Sun, 28 Jun 2009) | 1 line Remove unused stdint.h includes ........
1 parent eafaf4c commit e9eb7b6

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

Include/longintrepr.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ extern "C" {
4040
platform.
4141
*/
4242

43-
#if HAVE_STDINT_H
44-
#include <stdint.h>
45-
#endif
46-
4743
#if PYLONG_BITS_IN_DIGIT == 30
4844
#if !(defined HAVE_UINT64_T && defined HAVE_UINT32_T && \
4945
defined HAVE_INT64_T && defined HAVE_INT32_T)

Include/pymath.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
#include "pyconfig.h" /* include for defines */
55

6-
#ifdef HAVE_STDINT_H
7-
#include <stdint.h>
8-
#endif
9-
106
/**************************************************************************
117
Symbols and macros to supply platform-independent interfaces to mathematical
128
functions and constants

0 commit comments

Comments
 (0)