diff options
| author | 2014-01-21 16:38:56 +0100 | |
|---|---|---|
| committer | 2014-01-21 16:38:56 +0100 | |
| commit | 69afb910c7311f4c02681b77f286400225388da6 (patch) | |
| tree | 95803263ff2410e6adcd30ad8a332ec750658802 /node/parenthesesnode.cpp | |
| parent | 1e61708f3609c95a49ef6cff50c3a0d0b98bf90b (diff) | |
| download | OneRoll-69afb910c7311f4c02681b77f286400225388da6.tar.gz OneRoll-69afb910c7311f4c02681b77f286400225388da6.zip | |
Update parenthesesnode.cpp
correct headers
Diffstat (limited to 'node/parenthesesnode.cpp')
| -rw-r--r-- | node/parenthesesnode.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/node/parenthesesnode.cpp b/node/parenthesesnode.cpp index f62680e..d87b258 100644 --- a/node/parenthesesnode.cpp +++ b/node/parenthesesnode.cpp @@ -1,7 +1,3 @@ -#ifndef PARENTHESESNODE_H -#define PARENTHESESNODE_H - -#include "executionnode.h" #include "parenthesesnode.h" ParenthesesNode::ParenthesesNode() |