aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/intrcheck.h
blob: f39bcb90cbd190452ad7e7688f4cc018622a57af (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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