Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/AddStmtVisitor.cc

    rea6332d r8688ce1  
    1515
    1616#include "AddStmtVisitor.h"
    17 
    18 #include "Common/SemanticError.h"  // for SemanticError
    19 #include "Declaration.h"           // for Declaration
    20 #include "Expression.h"            // for Expression
    21 #include "Statement.h"             // for CompoundStmt, ForStmt, IfStmt, Sta...
    22 #include "SynTree/Label.h"         // for Label, noLabels
     17#include "Statement.h"
     18#include "Declaration.h"
     19#include "Expression.h"
     20#include "Common/utility.h"
    2321
    2422void AddStmtVisitor::visitStatementList( std::list< Statement* > &statements ) {
Note: See TracChangeset for help on using the changeset viewer.