diff options
author | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:42:13 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:42:13 (GMT) |
commit | 2c9c7a5f33d502fa468e38537d57834c7e33aa4d (patch) | |
tree | 6a762dce75d1ff00e3b35ca0c7a8ee7c0f21b8fe /Include/Python.h | |
parent | 72b710a59617ebe6dd1c41613d2c7eb81702efd9 (diff) | |
download | cpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.zip cpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.tar.gz cpython-2c9c7a5f33d502fa468e38537d57834c7e33aa4d.tar.bz2 |
Renamed files bytesobject.[ch] and stringobject.[ch]
Fixed Windows build
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h index 53f7f59..539de51 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -65,6 +65,7 @@ #include "pydebug.h" +#include "bytearrayobject.h" #include "bytesobject.h" #include "unicodeobject.h" #include "longobject.h" @@ -75,7 +76,6 @@ #include "complexobject.h" #endif #include "rangeobject.h" -#include "stringobject.h" #include "memoryobject.h" #include "tupleobject.h" #include "listobject.h" |