Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/ApplicationExpr.cc

    rea6332d ra5f0529  
    1414//
    1515
    16 #include <cassert>               // for safe_dynamic_cast, assert
    17 #include <list>                  // for list
    18 #include <map>                   // for _Rb_tree_const_iterator, map, map<>:...
    19 #include <memory>                // for unique_ptr
    20 #include <ostream>               // for operator<<, ostream, basic_ostream
    21 #include <string>                // for operator<<, string, char_traits
    22 #include <utility>               // for pair
     16#include <cassert>
    2317
    24 #include "Common/utility.h"      // for maybeClone, cloneAll, deleteAll, pri...
    25 #include "Declaration.h"         // for Declaration
    26 #include "Expression.h"          // for ParamEntry, ApplicationExpr, Expression
    27 #include "ResolvExpr/typeops.h"  // for extractResultType
    28 #include "Type.h"                // for Type, PointerType, FunctionType
     18#include "Expression.h"
     19#include "Declaration.h"
     20#include "Type.h"
     21#include "TypeSubstitution.h"
     22#include "Common/utility.h"
     23#include "ResolvExpr/typeops.h"
    2924
    3025ParamEntry::ParamEntry( const ParamEntry &other ) :
Note: See TracChangeset for help on using the changeset viewer.