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