From b256b6cca9913c8b8142cd9b4c9560ea2f72becc Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 23 Feb 2013 11:41:12 +0000 Subject: added precompiled header added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3720 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CrashDumper/src/bkstring.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugins/CrashDumper/src/bkstring.h') diff --git a/plugins/CrashDumper/src/bkstring.h b/plugins/CrashDumper/src/bkstring.h index 88cb3bdfc4..511ce2f173 100644 --- a/plugins/CrashDumper/src/bkstring.h +++ b/plugins/CrashDumper/src/bkstring.h @@ -16,21 +16,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#define _CRT_SECURE_NO_WARNINGS - #ifndef _BKSTRING_H_ #define _BKSTRING_H_ -#include -#include -#include -#include -#include - -#ifndef min -#define min(A, B) ((A) < (B) ? (A) : (B)) -#endif - class bkstring { public: -- cgit v1.2.3