diff options
Diffstat (limited to 'tests/tst_dice.cpp')
| -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 { |