Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Unify.cc

    rea6332d r62423350  
    1414//
    1515
    16 #include <cassert>                // for assertf, assert
    17 #include <iterator>               // for back_insert_iterator, back_inserter
    18 #include <map>                    // for _Rb_tree_const_iterator, _Rb_tree_i...
    19 #include <memory>                 // for unique_ptr, auto_ptr
    20 #include <set>                    // for set
    21 #include <string>                 // for string, operator==, operator!=, bas...
    22 #include <utility>                // for pair
    23 
    24 #include "FindOpenVars.h"         // for findOpenVars
    25 #include "Parser/LinkageSpec.h"   // for C
    26 #include "SynTree/Constant.h"     // for Constant
    27 #include "SynTree/Declaration.h"  // for TypeDecl, TypeDecl::Data, Declarati...
    28 #include "SynTree/Expression.h"   // for TypeExpr, Expression, ConstantExpr
    29 #include "SynTree/Mutator.h"      // for Mutator
    30 #include "SynTree/Type.h"         // for Type, TypeInstType, FunctionType
    31 #include "SynTree/Visitor.h"      // for Visitor
    32 #include "Tuples/Tuples.h"        // for isTtype
    33 #include "TypeEnvironment.h"      // for EqvClass, AssertionSet, OpenVarSet
     16#include <set>
     17#include <memory>
     18
    3419#include "Unify.h"
    35 #include "typeops.h"              // for flatten, occurs, commonType
    36 
    37 namespace SymTab {
    38 class Indexer;
    39 }  // namespace SymTab
     20#include "TypeEnvironment.h"
     21#include "typeops.h"
     22#include "FindOpenVars.h"
     23#include "SynTree/Visitor.h"
     24#include "SynTree/Type.h"
     25#include "SynTree/Declaration.h"
     26#include "SymTab/Indexer.h"
     27#include "Common/utility.h"
     28#include "Tuples/Tuples.h"
    4029
    4130// #define DEBUG
Note: See TracChangeset for help on using the changeset viewer.