summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/counter.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-20 07:23:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-20 07:23:45 +0200
commit8564df32f304589dfdffe46140a75f6e5d44523c (patch)
treecd0ad1e3eacf2963a769617b3162634a0c85e0d4 /xsd/cxx/tree/counter.hxx
parent9a1c3b21329f2bcae86babb705d089714dd7e27b (diff)
Remove unnecessary header inclusion
Diffstat (limited to 'xsd/cxx/tree/counter.hxx')
-rw-r--r--xsd/cxx/tree/counter.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xsd/cxx/tree/counter.hxx b/xsd/cxx/tree/counter.hxx
index f4186ba..5384de3 100644
--- a/xsd/cxx/tree/counter.hxx
+++ b/xsd/cxx/tree/counter.hxx
@@ -19,8 +19,7 @@ namespace CXX
Counter (); // Dummy ctor, helps with long symbols on HP-UX.
Counts
- count (CLI::Options const& options,
- SemanticGraph::Schema&);
+ count (CLI::Options const& options, SemanticGraph::Schema&);
};
}
}