diff options
| author | 2019-07-12 10:15:57 +0200 | |
|---|---|---|
| committer | 2019-07-12 10:16:06 +0200 | |
| commit | 4f495aaaecb3118b835504e9bc1347f934aa49d1 (patch) | |
| tree | 56aecccf2ff210160c2762492df776c7bdf32fcb /tests | |
| parent | 64ca7904fd36ad86826b5d5c72f47ffdf0ff365a (diff) | |
| download | OneRoll-4f495aaaecb3118b835504e9bc1347f934aa49d1.tar.gz OneRoll-4f495aaaecb3118b835504e9bc1347f934aa49d1.zip | |
clang format
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tst_dice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tst_dice.cpp b/tests/tst_dice.cpp index c513337..5d9efc0 100644 --- a/tests/tst_dice.cpp +++ b/tests/tst_dice.cpp @@ -27,6 +27,7 @@ #include "die.h" // node +#include "booleancondition.h" #include "node/bind.h" #include "node/countexecutenode.h" #include "node/explodedicenode.h" @@ -40,9 +41,8 @@ #include "node/rerolldicenode.h" #include "node/sortresult.h" #include "node/stringnode.h" -#include "testnode.h" #include "result/stringresult.h" -#include "booleancondition.h" +#include "testnode.h" class TestDice : public QObject { |