diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-17 00:48:02 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-17 00:48:02 +0300 |
commit | 8fa8ee3970f095f47f045891afe118836280e551 (patch) | |
tree | 7f64afb1084a746b1ecd7e293fbbddeeb5f270d5 /Modules/_sqlite/cache.c | |
parent | 5c03d2075782eab58b33ecc114abb8df025e6057 (diff) | |
download | cpython-git-8fa8ee3970f095f47f045891afe118836280e551.tar.gz |
Issue #18701: Remove support of old CPython versions (<3.0) from C code.
Diffstat (limited to 'Modules/_sqlite/cache.c')
-rw-r--r-- | Modules/_sqlite/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_sqlite/cache.c b/Modules/_sqlite/cache.c index 3693363bb2..3689a4e387 100644 --- a/Modules/_sqlite/cache.c +++ b/Modules/_sqlite/cache.c @@ -21,7 +21,6 @@ * 3. This notice may not be removed or altered from any source distribution. */ -#include "sqlitecompat.h" #include "cache.h" #include <limits.h> |