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

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