diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-13 11:41:28 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@ydb.tech> | 2024-02-14 14:26:40 +0000 |
commit | 9962b12542ab8f1c7b8c9e5e913fd07a9e4c7d97 (patch) | |
tree | 85cb2453538cb685bce8bc2d1f9cf0badc7db264 /contrib/tools | |
parent | a614c66a7494517812603245ab2de06988d040a3 (diff) | |
download | ydb-9962b12542ab8f1c7b8c9e5e913fd07a9e4c7d97.tar.gz |
Disable unused bluetooth/ includes
Diffstat (limited to 'contrib/tools')
-rw-r--r-- | contrib/tools/python3/src/Modules/socketmodule.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/tools/python3/src/Modules/socketmodule.h b/contrib/tools/python3/src/Modules/socketmodule.h index 7d4d7d32e9..d55c02fd15 100644 --- a/contrib/tools/python3/src/Modules/socketmodule.h +++ b/contrib/tools/python3/src/Modules/socketmodule.h @@ -112,15 +112,15 @@ typedef int socklen_t; #endif #ifdef HAVE_BLUETOOTH_BLUETOOTH_H -#include <bluetooth/bluetooth.h> -#include <bluetooth/rfcomm.h> -#include <bluetooth/l2cap.h> -#include <bluetooth/sco.h> -#include <bluetooth/hci.h> +#error #include <bluetooth/bluetooth.h> +#error #include <bluetooth/rfcomm.h> +#error #include <bluetooth/l2cap.h> +#error #include <bluetooth/sco.h> +#error #include <bluetooth/hci.h> #endif #ifdef HAVE_BLUETOOTH_H -#include <bluetooth.h> +#error #include <bluetooth.h> #endif #ifdef HAVE_NET_IF_H |