summaryrefslogtreecommitdiff
path: root/src/commonheaders.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-03-05 00:04:28 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-03-05 00:04:28 +0200
commita40ccbb5ba271641134586898e69df4855a7f687 (patch)
tree0a79ef1a59582b4367c9be65426ec88b343c500c /src/commonheaders.h
parent418736c65c97cdc6ca4910e1e8650e474cb12849 (diff)
merged with miranda_ng main reponew_gpg_miranda_ng
Diffstat (limited to 'src/commonheaders.h')
-rwxr-xr-xsrc/commonheaders.h24
1 files changed, 6 insertions, 18 deletions
diff --git a/src/commonheaders.h b/src/commonheaders.h
index 37f79d5..e2ffb38 100755
--- a/src/commonheaders.h
+++ b/src/commonheaders.h
@@ -15,26 +15,17 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef COMMONHEADERS_H
#define COMMONHEADERS_H
-#define MIRANDA_VER 0x0A00
//windows
#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;
@@ -62,25 +53,22 @@ 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 "resource.h"
+#include <m_extraicons.h>
+#include <win2k.h>
+#include <m_metacontacts.h>
//internal
+#include "resource.h"
+#include "Version.h"
#include "constants.h"
#include "log.h"
#include "globals.h"