aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/blob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/blob.hxx')
-rw-r--r--odb/sqlite/blob.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/sqlite/blob.hxx b/odb/sqlite/blob.hxx
index eccb3ab..8c1b197 100644
--- a/odb/sqlite/blob.hxx
+++ b/odb/sqlite/blob.hxx
@@ -14,7 +14,6 @@
//
#ifndef ODB_COMPILER
# include <odb/sqlite/forward.hxx>
-# include <odb/sqlite/details/export.hxx>
#endif
namespace odb
@@ -25,7 +24,7 @@ namespace odb
#pragma db sqlite:type("BLOB STREAM")
class blob
#else
- class LIBODB_SQLITE_EXPORT blob
+ class blob
#endif
{
public: