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

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