diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-20 09:59:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-20 09:59:56 +0200 |
commit | 1d2a288f2f9ae248b1e39ba7ecf7710adc718773 (patch) | |
tree | 779f4ca07e3341a7a13808acb7c78cd57cb95961 | |
parent | a89b75a7f5c03ce10ff426b06dec63f9f5402635 (diff) |
Remove unused header inclusion
-rw-r--r-- | tracer/object/test.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tracer/object/test.hxx b/tracer/object/test.hxx index d640e75..dfa6603 100644 --- a/tracer/object/test.hxx +++ b/tracer/object/test.hxx @@ -6,7 +6,6 @@ #ifndef TEST_HXX #define TEST_HXX -#include <iostream> #include <odb/core.hxx> #pragma odb object |