summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/common.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-02-18 19:24:48 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-02-18 19:24:48 +0000
commit40453965455818d568bf90224b828c3f72b2606d (patch)
tree896abd9c140e7ccce2302937788ef14027d0142f /protocols/Tox/src/common.h
parenta8bb7b8d1f606b887c614d6200840fffb1bd48aa (diff)
Tox:
- code cleaning - removed unneeded dependencies - posible fix for disconnect git-svn-id: http://svn.miranda-ng.org/main/trunk@12183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r--protocols/Tox/src/common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h
index 4344557ffe..13aadf38aa 100644
--- a/protocols/Tox/src/common.h
+++ b/protocols/Tox/src/common.h
@@ -1,17 +1,13 @@
#ifndef _COMMON_H_
#define _COMMON_H_
-#include <winsock2.h>
#include <windows.h>
#include <windns.h>
#include <time.h>
#include <commctrl.h>
-#include <Shlwapi.h>
#include <string>
-#include <sstream>
-#include <iomanip>
-//#include <vector>
+#include <vector>
#include <regex>
#include <map>