aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/condition.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/win32/condition.cxx')
-rw-r--r--odb/details/win32/condition.cxx7
1 files changed, 1 insertions, 6 deletions
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 <windows.h>
-
+#include <odb/details/win32/windows.hxx>
#include <odb/details/win32/condition.hxx>
#include <odb/details/win32/exceptions.hxx>