aboutsummaryrefslogtreecommitdiff
path: root/odb/details/condition.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/condition.hxx')
-rw-r--r--odb/details/condition.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/details/condition.hxx b/odb/details/condition.hxx
index 1baa81b..34c5c62 100644
--- a/odb/details/condition.hxx
+++ b/odb/details/condition.hxx
@@ -8,7 +8,6 @@
#include <odb/pre.hxx>
#include <odb/details/config.hxx>
-#include <odb/details/export.hxx>
#ifdef ODB_THREADS_NONE
@@ -19,7 +18,7 @@ namespace odb
class mutex;
class lock;
- class LIBODB_EXPORT condition
+ class condition
{
public:
condition (mutex&) {}