aboutsummaryrefslogtreecommitdiff
path: root/odb/details/type-info.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/type-info.hxx')
-rw-r--r--odb/details/type-info.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/odb/details/type-info.hxx b/odb/details/type-info.hxx
index 96d2cc8..5a4f9ec 100644
--- a/odb/details/type-info.hxx
+++ b/odb/details/type-info.hxx
@@ -9,13 +9,11 @@
#include <typeinfo>
-#include <odb/details/export.hxx>
-
namespace odb
{
namespace details
{
- struct LIBODB_EXPORT type_info_comparator
+ struct type_info_comparator
{
bool
operator() (const std::type_info* x, const std::type_info* y) const