diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-16 13:55:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-16 13:55:38 +0000 |
commit | 57e1faf818b58378d83f6b583d4f048d3dd5a4d9 (patch) | |
tree | e1beeb9ca96455ece13005c26e5e4e8bda2dce90 /plugins/Scriver | |
parent | 0ab8d461ef00c1b47d56c6f270673a44246f0c0a (diff) |
we don't need VS2003/2005 support as well
git-svn-id: http://svn.miranda-ng.org/main/trunk@4673 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/src/commonheaders.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/Scriver/src/commonheaders.h b/plugins/Scriver/src/commonheaders.h index 48c0af734b..ca81b3b2b4 100644 --- a/plugins/Scriver/src/commonheaders.h +++ b/plugins/Scriver/src/commonheaders.h @@ -37,13 +37,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <shlwapi.h>
#include <uxtheme.h>
#include <vssym32.h>
-#include <time.h>
-#include <math.h>
#include <richedit.h>
#include <richole.h>
-#include <win2k.h>
-#include <m_stdhdr.h>
+#include <malloc.h>
+#include <math.h>
+#include <time.h>
+
#include <newpluginapi.h>
#include <m_database.h>
#include <m_langpack.h>
@@ -65,6 +65,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_hotkeys.h>
#include <m_popup.h>
#include <m_timezones.h>
+#include <win2k.h>
#include <m_ieview.h>
#include <m_smileyadd.h>
|