Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/FindFunction.cc

    r08fc48f r8c49c0e  
    1515
    1616#include "FindFunction.h"
     17#include "SynTree/Type.h"
     18#include "SynTree/Declaration.h"
     19#include "SynTree/Visitor.h"
    1720
    18 #include <utility>                      // for pair
    19 
    20 #include "Common/SemanticError.h"       // for SemanticError
    21 #include "GenPoly/ErasableScopedMap.h"  // for ErasableScopedMap<>::iterator
    22 #include "GenPoly/GenPoly.h"            // for TyVarMap
    23 #include "ScrubTyVars.h"                // for ScrubTyVars
    24 #include "SynTree/Declaration.h"        // for DeclarationWithType, TypeDecl
    25 #include "SynTree/Mutator.h"            // for Mutator, mutateAll
    26 #include "SynTree/Type.h"               // for FunctionType, Type, Type::For...
     21#include "ScrubTyVars.h"
    2722
    2823namespace GenPoly {
Note: See TracChangeset for help on using the changeset viewer.