comparison EditDistance.hpp @ 61:e5fa379d4030

Clean up headers.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Fri, 14 Sep 2012 20:41:35 +0200
parents 7b7e84356b39
children 9744ec195be3
comparison
equal deleted inserted replaced
60:60c1e0a2cacf 61:e5fa379d4030
1 #ifndef EDITDISTANCE_HPP 1 #ifndef EDITDISTANCE_HPP
2 #define EDITDISTANCE_HPP 2 #define EDITDISTANCE_HPP
3 3
4 #include "DBCache.hpp" 4 #include "DBCache.hpp"
5 #include "OrderedPair.hpp"
6 #include "ThreadSafeLookup.hpp"
7 #include "UniqueString.hpp"
8
9 #include <QtCore/QHash>
10 #include <QtCore/QMap>
11 #include <QtCore/QString>
12 5
13 template<typename Value> 6 template<typename Value>
14 struct InsertRegulator<OrderedPair<UniqueString>, Value > 7 struct InsertRegulator<OrderedPair<UniqueString>, Value >
15 { 8 {
16 uint n; 9 uint n;