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

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