Skip to content

Commit 8d013a8

Browse files
author
Stefan Krah
committed
Issue #26846: Post commit cleanup.
1 parent 432dfcf commit 8d013a8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/_decimal/_decimal.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include <stdlib.h>
3737

3838
#include "docstrings.h"
39-
#include "memory.h"
4039

4140

4241
#if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02040100

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,7 @@ def _decimal_ext(self):
20602060
'_decimal/libmpdec/fnt.h',
20612061
'_decimal/libmpdec/fourstep.h',
20622062
'_decimal/libmpdec/io.h',
2063-
'_decimal/libmpdec/memory.h',
2063+
'_decimal/libmpdec/mpalloc.h',
20642064
'_decimal/libmpdec/mpdecimal.h',
20652065
'_decimal/libmpdec/numbertheory.h',
20662066
'_decimal/libmpdec/sixstep.h',

0 commit comments

Comments
 (0)