From 18fd4bec97159cbaa7501a8a1b67540e0865e88b Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 16 Sep 2013 14:39:48 +0000 Subject: removed not needed _MSC_VER checks git-svn-id: http://svn.miranda-ng.org/main/trunk@6088 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_tree/src/Entities.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'plugins/Dbx_tree/src/Entities.h') diff --git a/plugins/Dbx_tree/src/Entities.h b/plugins/Dbx_tree/src/Entities.h index 579383d15f..9cb3a6fea3 100644 --- a/plugins/Dbx_tree/src/Entities.h +++ b/plugins/Dbx_tree/src/Entities.h @@ -26,11 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "FileBTree.h" #include "MREWSync.h" #include -#ifdef _MSC_VER #include -#else -#include -#endif #pragma pack(push, 1) // push current alignment to stack, set alignment to 1 byte boundary @@ -277,11 +273,7 @@ protected: std::deque * q; std::deque * parents; std::deque * accounts; - #ifdef _MSC_VER - stdext::hash_set * returned; - #else - __gnu_cxx::hash_set * returned; - #endif + stdext::hash_set * returned; } TEntityIteration, *PEntityIteration; TDBTEntityHandle m_RootEntity; -- cgit v1.2.3