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

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