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 | |
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')
-rw-r--r-- | plugins/AdvaImg/src/main.cpp | 3 | ||||
-rw-r--r-- | plugins/BossKeyPlus/src/BossKey.h | 1 | ||||
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonheaders.h | 3 | ||||
-rw-r--r-- | plugins/Clist_modern/src/modern_row.cpp | 2 | ||||
-rw-r--r-- | plugins/Clist_mw/src/commonheaders.h | 5 | ||||
-rw-r--r-- | plugins/Clist_nicer/src/Include/commonheaders.h | 1 | ||||
-rw-r--r-- | plugins/CrashDumper/src/utils.h | 3 | ||||
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.h | 3 | ||||
-rw-r--r-- | plugins/FlashAvatars/src/stdafx.h | 3 | ||||
-rw-r--r-- | plugins/Import/src/import.h | 3 | ||||
-rw-r--r-- | plugins/Scriver/src/commonheaders.h | 9 | ||||
-rw-r--r-- | plugins/SecureIM/src/commonheaders.h | 3 |
12 files changed, 19 insertions, 20 deletions
diff --git a/plugins/AdvaImg/src/main.cpp b/plugins/AdvaImg/src/main.cpp index a0342505e8..cb4500501d 100644 --- a/plugins/AdvaImg/src/main.cpp +++ b/plugins/AdvaImg/src/main.cpp @@ -24,10 +24,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <m_stdhdr.h>
-
#include <windows.h>
#include <commdlg.h>
+#include <malloc.h>
#include <m_png.h>
#include <m_clui.h>
diff --git a/plugins/BossKeyPlus/src/BossKey.h b/plugins/BossKeyPlus/src/BossKey.h index 6c7577afc2..37a805a50c 100644 --- a/plugins/BossKeyPlus/src/BossKey.h +++ b/plugins/BossKeyPlus/src/BossKey.h @@ -28,7 +28,6 @@ #define BOSSKEY_LISTEN_INFO _T("MY6BossKey_Param")
-#include <m_stdhdr.h>
#include <windows.h>
#include <shellapi.h>
diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h index cc0b819c9e..cdf1b7426b 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonheaders.h +++ b/plugins/Clist_modern/src/hdr/modern_commonheaders.h @@ -68,12 +68,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <windows.h>
#include <Shlwapi.h>
#include <vssym32.h>
+
+#include <malloc.h>
#include <time.h>
#include <stddef.h>
#include <io.h>
#include <math.h>
-#include <m_stdhdr.h>
#include <newpluginapi.h>
#include <m_system_cpp.h>
#include <win2k.h>
diff --git a/plugins/Clist_modern/src/modern_row.cpp b/plugins/Clist_modern/src/modern_row.cpp index 093bfb6d68..a83ef4ffae 100644 --- a/plugins/Clist_modern/src/modern_row.cpp +++ b/plugins/Clist_modern/src/modern_row.cpp @@ -27,8 +27,6 @@ Created by Anton Senko aka ZORG , tweaked by Artem Shpynov aka FYR #include "hdr/modern_commonheaders.h"
/*
-#include "m_stdhdr.h"
-
#include <windows.h>
#include <commctrl.h>
#include <stdio.h>
diff --git a/plugins/Clist_mw/src/commonheaders.h b/plugins/Clist_mw/src/commonheaders.h index 8b4c9181de..f20960a1cf 100644 --- a/plugins/Clist_mw/src/commonheaders.h +++ b/plugins/Clist_mw/src/commonheaders.h @@ -29,10 +29,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <windows.h>
#include <vssym32.h>
-#include <time.h>
+
+#include <malloc.h>
#include <stddef.h>
+#include <time.h>
-#include <m_stdhdr.h>
#include <newpluginapi.h>
#include <m_database.h>
#include <m_langpack.h>
diff --git a/plugins/Clist_nicer/src/Include/commonheaders.h b/plugins/Clist_nicer/src/Include/commonheaders.h index a094b29235..7dafdfee0a 100644 --- a/plugins/Clist_nicer/src/Include/commonheaders.h +++ b/plugins/Clist_nicer/src/Include/commonheaders.h @@ -47,7 +47,6 @@ #include <shlwapi.h>
#include <Richedit.h>
-#include <m_stdhdr.h>
#include <newpluginapi.h>
#include <win2k.h>
#include <m_clistint.h>
diff --git a/plugins/CrashDumper/src/utils.h b/plugins/CrashDumper/src/utils.h index d82b32b703..0399c28bb3 100644 --- a/plugins/CrashDumper/src/utils.h +++ b/plugins/CrashDumper/src/utils.h @@ -20,7 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <windows.h>
#include <richedit.h>
+
#include <delayimp.h>
+#include <malloc.h>
#include <newpluginapi.h>
#include <m_database.h>
@@ -30,7 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_hotkeys.h>
#include <m_protocols.h>
#include <m_icolib.h>
-#include <m_stdhdr.h>
#include <m_options.h>
#include <m_popup.h>
#include <m_netlib.h>
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h index 1e16f4e6d8..d6eae14c33 100644 --- a/plugins/CryptoPP/src/commonheaders.h +++ b/plugins/CryptoPP/src/commonheaders.h @@ -25,12 +25,12 @@ #include <limits>
#define MIRANDA_VER 0x0A00
-#include <m_stdhdr.h>
#include <windows.h>
#include <wincrypt.h>
#include <winsock2.h>
+#include <malloc.h>
#include <process.h>
#include <stdio.h>
#include <stdlib.h>
@@ -44,7 +44,6 @@ // Miranda API
#include <newpluginapi.h>
-#include <m_stdhdr.h>
#include <m_system.h>
#include <m_database.h>
#include <m_langpack.h>
diff --git a/plugins/FlashAvatars/src/stdafx.h b/plugins/FlashAvatars/src/stdafx.h index 731c64963b..fb175de920 100644 --- a/plugins/FlashAvatars/src/stdafx.h +++ b/plugins/FlashAvatars/src/stdafx.h @@ -31,8 +31,6 @@ #include <fcntl.h>
#include <Winsock2.h>
-#include <m_stdhdr.h>
-#include <win2k.h>
#include <newpluginapi.h>
#include <m_system_cpp.h>
#include <m_database.h>
@@ -41,6 +39,7 @@ #include <m_avatars.h>
#include <m_netlib.h>
#include <m_clistint.h>
+#include <win2k.h>
#include <m_folders.h>
#include <m_flash.h>
diff --git a/plugins/Import/src/import.h b/plugins/Import/src/import.h index f3fd07bd2f..eb8bfe696f 100644 --- a/plugins/Import/src/import.h +++ b/plugins/Import/src/import.h @@ -29,9 +29,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <windows.h>
#include <commctrl.h> // datetimepicker
+
+#include <malloc.h>
#include <time.h>
-#include <m_stdhdr.h>
#include <win2k.h>
#include <newpluginapi.h>
#include <m_langpack.h>
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>
diff --git a/plugins/SecureIM/src/commonheaders.h b/plugins/SecureIM/src/commonheaders.h index 5b0b0173d7..15e739cf32 100644 --- a/plugins/SecureIM/src/commonheaders.h +++ b/plugins/SecureIM/src/commonheaders.h @@ -25,11 +25,12 @@ #include <commdlg.h>
#include <commctrl.h>
#include <shlwapi.h>
+
+#include <malloc.h>
#include <process.h>
#include <time.h>
#include <win2k.h>
-#include <m_stdhdr.h>
#include <newpluginapi.h>
#include <m_database.h>
#include <m_protomod.h>
|