diff options
Diffstat (limited to 'protocols/Tox')
-rw-r--r-- | protocols/Tox/include/tox.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/toxav.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/toxencryptsave.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Tox/include/tox.h b/protocols/Tox/include/tox.h index 1655d9c106..52e851b5eb 100644 --- a/protocols/Tox/include/tox.h +++ b/protocols/Tox/include/tox.h @@ -24,7 +24,7 @@ #ifndef TOX_H #define TOX_H -#include <stdbool.h> +//#include <stdbool.h> #include <stddef.h> #include <stdint.h> diff --git a/protocols/Tox/include/toxav.h b/protocols/Tox/include/toxav.h index 7285f45cc6..7dc14a9954 100644 --- a/protocols/Tox/include/toxav.h +++ b/protocols/Tox/include/toxav.h @@ -22,7 +22,7 @@ #ifndef __TOXAV #define __TOXAV -#include <inttypes.h> +//#include <inttypes.h> #ifdef __cplusplus extern "C" { diff --git a/protocols/Tox/include/toxencryptsave.h b/protocols/Tox/include/toxencryptsave.h index 9e28b48e1e..49961fccab 100644 --- a/protocols/Tox/include/toxencryptsave.h +++ b/protocols/Tox/include/toxencryptsave.h @@ -30,7 +30,7 @@ extern "C" { #include <stdint.h> #include <stddef.h> -#include <stdbool.h> +//#include <stdbool.h> #ifndef TOX_DEFINED #define TOX_DEFINED |