summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-05-16 13:55:38 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-05-16 13:55:38 +0000
commit57e1faf818b58378d83f6b583d4f048d3dd5a4d9 (patch)
treee1beeb9ca96455ece13005c26e5e4e8bda2dce90 /plugins/CrashDumper
parent0ab8d461ef00c1b47d56c6f270673a44246f0c0a (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/CrashDumper')
-rw-r--r--plugins/CrashDumper/src/utils.h3
1 files changed, 2 insertions, 1 deletions
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>