Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Expression.h

    rea6332d r65cdc1e  
    1313// Update Count     : 44
    1414//
     15
    1516#pragma once
    1617
    17 #include <iosfwd>                 // for ostream
    18 #include <list>                   // for list, list<>::iterator
    19 #include <map>                    // for map, map<>::value_compare
    20 #include <memory>                 // for allocator, unique_ptr
    21 #include <string>                 // for string
    22 
    23 #include "BaseSyntaxNode.h"       // for BaseSyntaxNode
    24 #include "Constant.h"             // for Constant
    25 #include "Initializer.h"          // for Designation (ptr only), Initializer
    26 #include "Mutator.h"              // for Mutator
    27 #include "SynTree.h"              // for UniqueId
    28 #include "Visitor.h"              // for Visitor
    29 
     18#include <map>
     19#include <memory>
     20
     21#include "BaseSyntaxNode.h"
     22#include "Constant.h"
     23#include "Mutator.h"
     24#include "SynTree.h"
     25#include "Visitor.h"
     26#include "Common/UniqueName.h"
    3027
    3128/// Expression is the root type for all expressions
     
    6057
    6158struct ParamEntry;
    62 
    6359typedef std::map< UniqueId, ParamEntry > InferredParams;
    6460
Note: See TracChangeset for help on using the changeset viewer.