From 9e6d8d7e4619c1c0becbc385f1faaed62fdaa10e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Aug 2016 14:00:00 +0200 Subject: Try to clean up inline exports --- odb/sqlite/blob.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odb/sqlite/blob.hxx') 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 -# include #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: -- cgit v1.1