From ab807bf3e87863ef97412faf83dc2cac697d6a23 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Aug 2014 17:57:16 +0000 Subject: use more nodes git-svn-id: http://svn.miranda-ng.org/main/trunk@10138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/common.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'protocols/Tox/src/common.h') diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 00d98984d8..479bf8fbef 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -14,17 +14,12 @@ #include #include +#include "tox\tox.h" + #include "version.h" #include "resource.h" - -#include "tox\tox.h" +#include "tox_proto.h" extern HINSTANCE g_hInstance; -#define BOOTSTRAP_ADDRESS "23.226.230.47" -#define BOOTSTRAP_PORT 33445 -#define BOOTSTRAP_KEY "A09162D68618E742FFBCA1C2C70385E6679604B2D80EA6E84AD0996A1AC8A074" - -#include "tox_proto.h" - #endif //_COMMON_H_ \ No newline at end of file -- cgit v1.2.3