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