Mercurial > dedupe
diff DBCache.hpp @ 40:f711ddb56ae7
Sort up includes.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 07 Sep 2012 13:32:33 +0200 |
| parents | 2b83559b78db |
| children | 7b7e84356b39 |
line wrap: on
line diff
--- a/DBCache.hpp Fri Sep 07 13:14:55 2012 +0200 +++ b/DBCache.hpp Fri Sep 07 13:32:33 2012 +0200 @@ -1,23 +1,23 @@ #ifndef DBCACHE_HPP #define DBCACHE_HPP -#include <QtSql/QSqlDatabase> -#include <QtSql/QSqlQuery> -#include <QtSql/QSqlError> -#include <QtSql/QSqlRecord> +#include "OrderedPair.hpp" +#include "ThreadSafeLookup.hpp" +#include "UniqueString.hpp" +#include "Exception/IOException.hpp" +#include "Exception/SQLException.hpp" #include <QtCore/QStringList> #include <QtCore/QVariant> -#include "OrderedPair.hpp" + +#include <QtSql/QSqlDatabase> +#include <QtSql/QSqlError> +#include <QtSql/QSqlQuery> +#include <QtSql/QSqlRecord> #include <boost/optional.hpp> -#include "ThreadSafeLookup.hpp" -#include "UniqueString.hpp" -#include "Exception/SQLException.hpp" -#include "Exception/IOException.hpp" - template<typename T> struct SQLGenerator {
