diff options
author | aunsane <aunsane@gmail.com> | 2017-12-30 00:42:35 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-12-30 00:42:49 +0300 |
commit | cc65f8dbead036bfdd29d397195f9152839d4919 (patch) | |
tree | 8e8188f7db65f8a538d5e423e1d0b3491706efc4 /protocols/Tox/src/stdafx.h | |
parent | 81cd378b0a0ee5e26d58c085a3b10bd89a7244c2 (diff) |
Tox: project cleanup
- updated libtox
- removed deprecated toxDNS support
- removed unused references
Diffstat (limited to 'protocols/Tox/src/stdafx.h')
-rw-r--r-- | protocols/Tox/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index 501eeb96cf..367108e1ad 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -38,7 +38,6 @@ #include <m_http.h>
#include <tox.h>
-#include <toxdns.h>
#include <toxencryptsave.h>
struct CToxProto;
|