Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/CompoundStmt.cc

    rea6332d rfc638d2  
    1414//
    1515
    16 #include <cassert>                    // for assert, safe_dynamic_cast
    17 #include <list>                       // for list, _List_const_iterator, lis...
    18 #include <ostream>                    // for operator<<, ostream, basic_ostream
    19 #include <string>                     // for operator==, string
    20 
    21 #include "Common/utility.h"           // for cloneAll, deleteAll, printAll
    22 #include "Declaration.h"              // for DeclarationWithType, Declaration
    23 #include "Statement.h"                // for CompoundStmt, Statement, DeclStmt
    24 #include "SynTree/Label.h"            // for Label
    25 #include "SynTree/VarExprReplacer.h"  // for VarExprReplacer, VarExprReplace...
     16#include "Statement.h"
     17#include "Common/utility.h"
     18#include <algorithm>
     19#include <functional>
     20#include "Expression.h"
     21#include "Declaration.h"
     22#include "SynTree/VarExprReplacer.h"
    2623
    2724using std::string;
Note: See TracChangeset for help on using the changeset viewer.