aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-11 22:57:21 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-11 23:28:42 +0200
commit48c470b72cf32c49dc146f5859d67708759997b2 (patch)
tree4205c6ef6b95830edb507cc8ee68bb1bf7c00ab4 /diceparser.h
parent69373b4ec96b7d510e16fccfa1b9f2a2ec790508 (diff)
downloadOneRoll-48c470b72cf32c49dc146f5859d67708759997b2.tar.gz
OneRoll-48c470b72cf32c49dc146f5859d67708759997b2.zip
rework diceparser to run unit tests
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/diceparser.h b/diceparser.h
index ff162e3..72e6937 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -25,20 +25,16 @@
#include <QMap>
#include <QString>
-#include "node/dicerollernode.h"
-#include "node/executionnode.h"
-
-#include "booleancondition.h"
#include "dicealias.h"
#include "highlightdice.h"
-#include "parsingtoolbox.h"
-#include "range.h"
-#include "validator.h"
+#include "node/executionnode.h"
typedef QList<HighLightDice> ListDiceResult;
typedef QMap<quint64, ListDiceResult> ExportedDiceResult;
class ExplodeDiceNode;
+class ParsingToolBox;
+class DiceRollerNode;
/**
* @page DiceParser Dice Parser
*