Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/ConversionCost.h

    rea6332d r6b0b624  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // ConversionCost.h --
     7// ConversionCost.h -- 
    88//
    99// Author           : Richard C. Bilson
     
    1616#pragma once
    1717
    18 #include "Cost.h"             // for Cost
    19 #include "SynTree/Visitor.h"  // for Visitor
    20 #include "SynTree/SynTree.h"  // for Visitor Nodes
    21 
    22 namespace SymTab {
    23 class Indexer;
    24 }  // namespace SymTab
     18#include "SynTree/Visitor.h"
     19#include "SymTab/Indexer.h"
     20#include "Cost.h"
     21#include "TypeEnvironment.h"
    2522
    2623namespace ResolvExpr {
    27 class TypeEnvironment;
    28 
    2924        class ConversionCost : public Visitor {
    3025          public:
    3126                ConversionCost( Type *dest, const SymTab::Indexer &indexer, const TypeEnvironment &env );
    32 
     27 
    3328                Cost get_cost() const { return cost; }
    3429
Note: See TracChangeset for help on using the changeset viewer.