summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/intrcheck.h
blob: 9dfa7e470a5ecc5082cabec55075d9f5be40511a (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/intrcheck.h>
#else
#include <contrib/tools/python/src/Include/intrcheck.h>
#endif