diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-11-03 23:17:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-11-03 23:17:19 +0000 |
commit | 254c9c779a5d68b13710db21cc4d7f70b4c2eadc (patch) | |
tree | f350d5bbe07ee532534487258762d1546c851bfb /protocols/Tox/include/toxav.h | |
parent | 63945ebb21dee8bd7ebd7c0144fd4fcdf00feff6 (diff) |
TOX: MSVC 2010 compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@15678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/include/toxav.h')
-rw-r--r-- | protocols/Tox/include/toxav.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Tox/include/toxav.h b/protocols/Tox/include/toxav.h index 08a6d2651e..6e033918bf 100644 --- a/protocols/Tox/include/toxav.h +++ b/protocols/Tox/include/toxav.h @@ -22,7 +22,6 @@ #ifndef TOXAV_H #define TOXAV_H -#include <stdbool.h> #include <stddef.h> #include <stdint.h> |