diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-27 11:51:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-27 11:51:37 +0000 |
commit | 2095a324e774565a588425ed4a4986063e3c08fa (patch) | |
tree | d03a4733785156dedfe47b57e1a028b3e8ec9786 | |
parent | be4940e4efd1ac8a335b411b550568e5f4dff213 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12279 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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 3696f96199..8881fdcf3a 100644 --- a/protocols/Tox/include/toxav.h +++ b/protocols/Tox/include/toxav.h @@ -22,7 +22,6 @@ #ifndef __TOXAV #define __TOXAV -#include <inttypes.h> #ifdef __cplusplus extern "C" { |