Mercurial > dedupe
comparison HuffmanSet.cpp @ 40:f711ddb56ae7
Sort up includes.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 07 Sep 2012 13:32:33 +0200 |
| parents | c52a0627337c |
| children | f8d0ea827db3 |
comparison
equal
deleted
inserted
replaced
| 39:f23fa42238dc | 40:f711ddb56ae7 |
|---|---|
| 1 #include "HuffmanString.hpp" | 1 #include "HuffmanString.hpp" |
| 2 | |
| 3 #include "Exception/InvalidDataException.hpp" | |
| 2 #include "Exception/NoSuchValueException.hpp" | 4 #include "Exception/NoSuchValueException.hpp" |
| 3 #include "Exception/InvalidDataException.hpp" | |
| 4 | 5 |
| 5 #include <QtCore/QHash> | 6 #include <QtCore/QHash> |
| 6 | 7 |
| 7 HuffmanSet::HuffmanSet() : cutoff(256), numInserts(0), lut(0) | 8 HuffmanSet::HuffmanSet() : cutoff(256), numInserts(0), lut(0) |
| 8 { | 9 { |
