diff options
Diffstat (limited to 'contrib/libs/python/Include/floatobject.h')
| -rw-r--r-- | contrib/libs/python/Include/floatobject.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/python/Include/floatobject.h b/contrib/libs/python/Include/floatobject.h index d08083f632b..32b171c404b 100644 --- a/contrib/libs/python/Include/floatobject.h +++ b/contrib/libs/python/Include/floatobject.h @@ -1,7 +1,7 @@ -#pragma once - -#ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/floatobject.h> -#else -#include <contrib/tools/python/src/Include/floatobject.h> -#endif +#pragma once + +#ifdef USE_PYTHON3 +#include <contrib/tools/python3/src/Include/floatobject.h> +#else +#include <contrib/tools/python/src/Include/floatobject.h> +#endif |
