Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/DeclMutator.cc

    r08fc48f r25a8631  
    1616#include "DeclMutator.h"
    1717
    18 #include <memory>                  // for allocator_traits<>::value_type
    19 
    20 #include "Common/SemanticError.h"  // for SemanticError
    21 #include "SynTree/Declaration.h"   // for Declaration
    22 #include "SynTree/Expression.h"    // for Expression
    23 #include "SynTree/Label.h"         // for Label, noLabels
    24 #include "SynTree/Statement.h"     // for CatchStmt, Statement, CompoundStmt
     18#include "SynTree/Expression.h"
     19#include "SynTree/Statement.h"
    2520
    2621namespace GenPoly {
Note: See TracChangeset for help on using the changeset viewer.