diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-09 14:53:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-09 14:53:59 +0200 |
commit | 57653f406505d00c3aaae2c3ba4462ca65637da3 (patch) | |
tree | a596b0f93aa0e6311cc185d5d4c55b16a5f76822 /common | |
parent | 8bc349e2873fde75ecd82c03142ad592d068bddf (diff) |
Remove unnecessary inclusion
Diffstat (limited to 'common')
-rw-r--r-- | common/container/test.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/container/test.hxx b/common/container/test.hxx index cc402ef..a12be5c 100644 --- a/common/container/test.hxx +++ b/common/container/test.hxx @@ -145,8 +145,4 @@ operator== (const object& x, const object& y) x.str == y.str; } -//@@ tmp - -#include <odb/container-traits.hxx> - #endif // TEST_HXX |