Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/PolyMutator.cc

    r08fc48f r25a8631  
    1515
    1616#include "PolyMutator.h"
    17 
    18 #include "Common/SemanticError.h"  // for SemanticError
    19 #include "Common/utility.h"        // for ValueGuard
    20 #include "SynTree/Declaration.h"   // for Declaration, TypeDecl, TypeDecl::Data
    21 #include "SynTree/Expression.h"    // for Expression, UntypedExpr, StmtExpr ...
    22 #include "SynTree/Initializer.h"   // for SingleInit, Initializer (ptr only)
    23 #include "SynTree/Label.h"         // for Label, noLabels
    24 #include "SynTree/Mutator.h"       // for maybeMutate, mutateAll
    25 #include "SynTree/Statement.h"     // for CatchStmt, CompoundStmt, ForStmt
    26 
    27 class TypeSubstitution;
     17#include "SynTree/Declaration.h"
     18#include "SynTree/Type.h"
     19#include "SynTree/Expression.h"
     20#include "SynTree/Statement.h"
     21#include "SynTree/Mutator.h"
     22#include "SynTree/Initializer.h"
    2823
    2924namespace GenPoly {
Note: See TracChangeset for help on using the changeset viewer.