diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-17 12:47:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-17 12:47:28 +0200 |
commit | d1fea829e1381a0ef382176fe2050933609bfc8e (patch) | |
tree | e504cbf31dfe36d5ba6a1e9f4d53cd728c1b5bd1 | |
parent | 846b3d7e6dc279c676af22dc4345ddd6d245353f (diff) |
Remove unneeded include
-rw-r--r-- | odb/mysql/result.txx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/mysql/result.txx b/odb/mysql/result.txx index e91d156..67ce82d 100644 --- a/odb/mysql/result.txx +++ b/odb/mysql/result.txx @@ -4,7 +4,6 @@ // license : GNU GPL v2; see accompanying LICENSE file #include <odb/exceptions.hxx> -#include <odb/cache-traits.hxx> namespace odb { |