From 25b8dcd3e31a9b09ce6180d34273d68242791d79 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 16 Sep 2013 13:47:55 +0000 Subject: removed not needed _MSC_VER checks git-svn-id: http://svn.miranda-ng.org/main/trunk@6085 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IcqOscarJ/src/icqoscar.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'protocols/IcqOscarJ') diff --git a/protocols/IcqOscarJ/src/icqoscar.h b/protocols/IcqOscarJ/src/icqoscar.h index a28f63aac0..a6cbcb6714 100644 --- a/protocols/IcqOscarJ/src/icqoscar.h +++ b/protocols/IcqOscarJ/src/icqoscar.h @@ -49,9 +49,7 @@ #include #ifndef _DEBUG -#ifdef _MSC_VER - #include -#endif +#include #endif #ifndef AW_VER_POSITIVE -- cgit v1.2.3