aboutsummaryrefslogtreecommitdiff
path: root/odb/details/mutex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/mutex.hxx')
-rw-r--r--odb/details/mutex.hxx3
1 files changed, 1 insertions, 2 deletions
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 <odb/pre.hxx>
#include <odb/details/config.hxx>
-#include <odb/details/export.hxx>
#ifdef ODB_THREADS_NONE
@@ -16,7 +15,7 @@ namespace odb
{
namespace details
{
- class LIBODB_EXPORT mutex
+ class mutex
{
public:
mutex () {}