From 406c1bbcb1859d7f57e84c3c637b2b064dea7c67 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 8 Feb 2013 09:52:37 +0000 Subject: project and code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@3471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Msg_Export/src/utils.h | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'plugins/Msg_Export/src/utils.h') diff --git a/plugins/Msg_Export/src/utils.h b/plugins/Msg_Export/src/utils.h index 1e254c7843..37b16b23e5 100755 --- a/plugins/Msg_Export/src/utils.h +++ b/plugins/Msg_Export/src/utils.h @@ -20,41 +20,8 @@ #ifndef MSG_EXP_UTILS_H #define MSG_EXP_UTILS_H -#include - -#if defined ( _MSC_VER ) // A Microsoft C Compiler - #ifdef _DEBUG // The _ASSERT macro contains a constant expression - #pragma warning( disable : 4786 ) - #endif -#endif // defined ( _MSC_VER ) - -#pragma warning (push, 3 ) - -#include "stdio.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - #define EVENTTYPE_STATUSCHANGE 25368 -#include -#include -#include - -#pragma warning (pop) - -using namespace std; - - #define tstring wstring #define _DBGetString _DBGetStringW -- cgit v1.2.3