Mercurial > dedupe
diff 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 |
line wrap: on
line diff
--- a/EditDistance.hpp Fri Sep 14 20:23:45 2012 +0200 +++ b/EditDistance.hpp Fri Sep 14 20:41:35 2012 +0200 @@ -2,13 +2,6 @@ #define EDITDISTANCE_HPP #include "DBCache.hpp" -#include "OrderedPair.hpp" -#include "ThreadSafeLookup.hpp" -#include "UniqueString.hpp" - -#include <QtCore/QHash> -#include <QtCore/QMap> -#include <QtCore/QString> template<typename Value> struct InsertRegulator<OrderedPair<UniqueString>, Value >
