aboutsummaryrefslogtreecommitdiff
path: root/odb/details/c-string.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/c-string.hxx')
-rw-r--r--odb/details/c-string.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/odb/details/c-string.hxx b/odb/details/c-string.hxx
index c4739a4..79c5689 100644
--- a/odb/details/c-string.hxx
+++ b/odb/details/c-string.hxx
@@ -9,13 +9,11 @@
#include <cstring>
-#include <odb/details/export.hxx>
-
namespace odb
{
namespace details
{
- struct LIBODB_EXPORT c_string_comparator
+ struct c_string_comparator
{
bool
operator() (const char* x, const char* y) const