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/mutex.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odb/details/mutex.hxx') diff --git a/odb/details/mutex.hxx b/odb/details/mutex.hxx index 2508f68..a0adc33 100644 --- a/odb/details/mutex.hxx +++ b/odb/details/mutex.hxx @@ -8,7 +8,6 @@ #include #include -#include #ifdef ODB_THREADS_NONE @@ -16,7 +15,7 @@ namespace odb { namespace details { - class LIBODB_EXPORT mutex + class mutex { public: mutex () {} -- cgit v1.1