diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-31 17:40:08 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-31 17:40:08 +0300 |
commit | 030896f914b07ae082ccf0b6b00df926d22d2454 (patch) | |
tree | e520bd22d01faaf07ff303c49ad2fdfefa114f67 /contrib/libs/python/Include/codecs.h | |
parent | 014fdab1c4bb0fedea59974a6bb13ef3ec3b67cb (diff) | |
download | ydb-030896f914b07ae082ccf0b6b00df926d22d2454.tar.gz |
Remove Boost metaproject
Diffstat (limited to 'contrib/libs/python/Include/codecs.h')
-rw-r--r-- | contrib/libs/python/Include/codecs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/libs/python/Include/codecs.h b/contrib/libs/python/Include/codecs.h deleted file mode 100644 index 52f76040fb..0000000000 --- a/contrib/libs/python/Include/codecs.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/codecs.h> -#else -#include <contrib/tools/python/src/Include/codecs.h> -#endif |