Mercurial > dedupe
comparison FileDBLink.cpp @ 62:247adcbbaf8b
Remove unnecessary includes in .cpp files.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 14 Sep 2012 20:57:44 +0200 |
| parents | f711ddb56ae7 |
| children | b9515dc35fe4 |
comparison
equal
deleted
inserted
replaced
| 61:e5fa379d4030 | 62:247adcbbaf8b |
|---|---|
| 3 #include "EditDistance.hpp" | 3 #include "EditDistance.hpp" |
| 4 | 4 |
| 5 #include "Exception/PermissionException.hpp" | 5 #include "Exception/PermissionException.hpp" |
| 6 | 6 |
| 7 #include <QtCore/QtConcurrentMap> | 7 #include <QtCore/QtConcurrentMap> |
| 8 | |
| 9 #include <algorithm> | |
| 10 #include <cassert> | |
| 11 #include <functional> | |
| 12 #include <iostream> | |
| 13 | 8 |
| 14 #include <boost/bind.hpp> | 9 #include <boost/bind.hpp> |
| 15 | 10 |
| 16 void FileDBLink::updateIfModified(const QString& path) | 11 void FileDBLink::updateIfModified(const QString& path) |
| 17 { | 12 { |
