From a6a846ad051043cb389b401035f361864a691ec6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Feb 2013 16:55:50 +0200 Subject: Factor windows.h inclusion into separate header, disable min/max macros --- odb/details/win32/condition.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'odb/details/win32/condition.cxx') diff --git a/odb/details/win32/condition.cxx b/odb/details/win32/condition.cxx index 157c453..58e7a2a 100644 --- a/odb/details/win32/condition.cxx +++ b/odb/details/win32/condition.cxx @@ -2,12 +2,7 @@ // copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN -#endif - -#include - +#include #include #include -- cgit v1.1