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

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