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

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