| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | #define _COMPOSITEVISITOR_H_ | |
| 3 | ||
| 4 | #include <list> | |
| 5 | < | #include "BaseVisitor.hpp" |
| 6 | < | #include "StuntDouble.hpp" |
| 5 | > | #include "visitors/BaseVisitor.hpp" |
| 6 | > | #include "primitives/StuntDouble.hpp" |
| 7 | using namespace std; | |
| 8 | ||
| 9 | typedef list<pair<BaseVisitor*, int> >::iterator VisitorIterator; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |