Mercurial > dedupe
diff TestBitDecoder.cpp @ 28:b2c2c2bf2bbd
Refactor Exceptions into a separate directory.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 06 Sep 2012 18:29:43 +0200 |
| parents | 754e12c927b3 |
| children | bf3dce7fedcb |
line wrap: on
line diff
--- a/TestBitDecoder.cpp Thu Sep 06 18:20:11 2012 +0200 +++ b/TestBitDecoder.cpp Thu Sep 06 18:29:43 2012 +0200 @@ -1,7 +1,7 @@ #include "BitDecoder.hpp" #include "TestFramework.hpp" -#include "InvalidDataException.hpp" +#include "Exception/InvalidDataException.hpp" #include <QtCore/QDebug> QBitArray bitsFromString(const QString& str)
