aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/traits.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-03 10:11:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-03 10:11:24 +0200
commit26f53799c911e44da5d229e8f6bf2c40f79c31b1 (patch)
tree588573d131d72ef5637a4f7d92690c6984fd8c34 /odb/pgsql/traits.cxx
parent0acb35c3ff7ce7e98fd6f3a92552558ec39f7c3d (diff)
Add support for mapping char[N] and unsigned char[N] types to BLOB1.7.0.a1
New test: common/blob.
Diffstat (limited to 'odb/pgsql/traits.cxx')
-rw-r--r--odb/pgsql/traits.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/pgsql/traits.cxx b/odb/pgsql/traits.cxx
index 9e31c9f..b19b7f9 100644
--- a/odb/pgsql/traits.cxx
+++ b/odb/pgsql/traits.cxx
@@ -3,8 +3,6 @@
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
-#include <cstring> // std::memcpy, std::strlen
-
#include <odb/pgsql/traits.hxx>
using namespace std;