diff options
Diffstat (limited to 'Include/bytearrayobject.h')
-rw-r--r-- | Include/bytearrayobject.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/bytearrayobject.h b/Include/bytearrayobject.h index 9e95433..1a83447 100644 --- a/Include/bytearrayobject.h +++ b/Include/bytearrayobject.h @@ -6,8 +6,6 @@ extern "C" { #endif -#include <stdarg.h> - /* Type PyByteArrayObject represents a mutable array of bytes. * The Python API is that of a sequence; * the bytes are mapped to ints in [0, 256). |