From 49a851317a3696f49f9ee6ce1dee20ee9dece3ae Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Aug 2016 14:27:02 +0200 Subject: Try to clean up inline exports --- odb/details/lock.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odb/details/lock.hxx') diff --git a/odb/details/lock.hxx b/odb/details/lock.hxx index 28f3ede..afc4c7b 100644 --- a/odb/details/lock.hxx +++ b/odb/details/lock.hxx @@ -7,7 +7,6 @@ #include -#include #include #ifdef ODB_THREADS_CXX11 @@ -24,7 +23,7 @@ namespace odb { namespace details { - class LIBODB_EXPORT lock + class lock { public: lock (mutex& m) -- cgit v1.1