diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 17:11:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 17:11:37 +0000 |
commit | 80a1ae113477c05da643b3aafdf8b84c48d8e823 (patch) | |
tree | 8819030b76feb29bcef275a0cd62ca5704631aef /plugins | |
parent | 090353f5daa6bbe3e80225392bcd3de6ca39f3a1 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3846 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/New_GPG/src/commonheaders.h | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/plugins/New_GPG/src/commonheaders.h b/plugins/New_GPG/src/commonheaders.h index 54f8c4303a..01a1d59ff5 100755 --- a/plugins/New_GPG/src/commonheaders.h +++ b/plugins/New_GPG/src/commonheaders.h @@ -24,21 +24,13 @@ #include <windows.h> #include <shlobj.h> #include <io.h> -#include <uxtheme.h> #include <shlwapi.h> -#include <richedit.h> -//c -#include <locale.h> -#include <errno.h> -#include <time.h> + //c++ -#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; @@ -54,6 +46,7 @@ using std::fstream; #include <boost/random/uniform_int.hpp> #include <boost/date_time.hpp> #include <boost/iostreams/stream.hpp> + //boost process #include <boost/process.hpp> @@ -65,21 +58,18 @@ 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_icqplus.h> #include <m_message.h> #include <m_cluiframes.h> #include <m_icolib.h> -#include "m_extraicons.h" -#include "m_metacontacts.h" -#include "win2k.h" +#include <m_extraicons.h> +#include <win2k.h> + +#include <m_metacontacts.h> //internal #include "resource.h" |