diff options
Diffstat (limited to 'contrib/libs/python/Include/cpython/bytesobject.h')
| -rw-r--r-- | contrib/libs/python/Include/cpython/bytesobject.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/python/Include/cpython/bytesobject.h b/contrib/libs/python/Include/cpython/bytesobject.h index acb4f37b2f3..d960c6a9038 100644 --- a/contrib/libs/python/Include/cpython/bytesobject.h +++ b/contrib/libs/python/Include/cpython/bytesobject.h @@ -1,7 +1,7 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/cpython/bytesobject.h> -#else -#error "No <cpython/bytesobject.h> in Python2" -#endif +#pragma once + +#ifdef USE_PYTHON3 +#include <contrib/tools/python3/src/Include/cpython/bytesobject.h> +#else +#error "No <cpython/bytesobject.h> in Python2" +#endif |
