summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-04-10 12:46:55 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-04-10 12:46:55 +0000
commit35a5cb85326728de85225e8e5f09e92773dd181f (patch)
tree247bc74cc2c5bc04675d59632fdd9df502f994d0 /protocols
parent3e59a139cbcf7ed9fc4921711846571da1e26104 (diff)
Tox: compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12729 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Tox/include/tox.h1
-rw-r--r--protocols/Tox/include/toxencryptsave.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Tox/include/tox.h b/protocols/Tox/include/tox.h
index 034b1d786f..da328b89e9 100644
--- a/protocols/Tox/include/tox.h
+++ b/protocols/Tox/include/tox.h
@@ -24,7 +24,6 @@
#ifndef TOX_H
#define TOX_H
-#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
diff --git a/protocols/Tox/include/toxencryptsave.h b/protocols/Tox/include/toxencryptsave.h
index c077d899d2..5c0196d3c6 100644
--- a/protocols/Tox/include/toxencryptsave.h
+++ b/protocols/Tox/include/toxencryptsave.h
@@ -30,7 +30,6 @@ extern "C" {
#include <stdint.h>
#include <stddef.h>
-#include <stdbool.h>
#ifndef TOX_DEFINED
#define TOX_DEFINED