Issue #14387: Do not include accu.h from Python.h.

This commit is contained in:
Antoine Pitrou 2012-03-22 14:42:18 +01:00
commit d0acb411ef
8 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,7 @@
unicode_format.h -- implementation of str.format().
*/
#include "accu.h"
/* Defines for more efficiently reallocating the string buffer */
#define INITIAL_SIZE_INCREMENT 100