diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-28 18:15:02 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-28 18:15:02 +0300 |
commit | 353c79463614e291eb37e629e8b0d1cb9c58d8e8 (patch) | |
tree | c4a3a921bf8f0411933485d8c7fde446b1b8d305 /commonheaders.h | |
parent | 4f8f8d3b1691decd02ba93ca7799c46cff1c4f9b (diff) |
code cleanup
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/commonheaders.h b/commonheaders.h index b164be0..b2a647c 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -26,18 +26,9 @@ #include <shlwapi.h> #include <iostream> -#include <map> -using std::map; -#include <list> -using std::list; -#include <vector> -using std::vector; #include <string> using std::string; using std::wstring; -#include <fstream> -using std::wfstream; -using std::fstream; #include <algorithm> @@ -45,17 +36,10 @@ using std::fstream; #include <m_database.h> #include <m_options.h> #include <m_langpack.h> -#include <m_clist.h> -#include <m_clui.h> -#include <m_icolib.h> -#include <m_skin.h> #include <m_protomod.h> #include <m_protosvc.h> #include <m_netlib.h> -#include <m_jabber.h> #include <m_message.h> -#include <m_cluiframes.h> -#include <m_icolib.h> #include "m_metacontacts.h" #include "resource.h" |