summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_uop_ids.h
blob: c780850551ac344ed6a5262991a478328a9644e4 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/internal/pycore_uop_ids.h>
#else
#error "No <internal/pycore_uop_ids.h> in Python2"
#endif