aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/statement-cache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/statement-cache.hxx')
-rw-r--r--odb/pgsql/statement-cache.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/odb/pgsql/statement-cache.hxx b/odb/pgsql/statement-cache.hxx
index 90be105..3004194 100644
--- a/odb/pgsql/statement-cache.hxx
+++ b/odb/pgsql/statement-cache.hxx
@@ -20,13 +20,11 @@
#include <odb/pgsql/forward.hxx>
#include <odb/pgsql/statements-base.hxx>
-#include <odb/pgsql/details/export.hxx>
-
namespace odb
{
namespace pgsql
{
- class LIBODB_PGSQL_EXPORT statement_cache
+ class statement_cache
{
public:
statement_cache (connection& conn)