Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/GenPoly.cc

    r08fc48f r5a3ac84  
    1515
    1616#include "GenPoly.h"
    17 
    18 #include <cassert>                      // for assertf, assert
    19 #include <iostream>                     // for operator<<, ostream, basic_os...
    20 #include <iterator>                     // for back_insert_iterator, back_in...
    21 #include <list>                         // for list, _List_iterator, list<>:...
    22 #include <typeindex>                    // for type_index
    23 #include <utility>                      // for pair
    24 #include <vector>                       // for vector
    25 
    26 #include "GenPoly/ErasableScopedMap.h"  // for ErasableScopedMap<>::const_it...
    27 #include "ResolvExpr/typeops.h"         // for flatten
    28 #include "SynTree/Constant.h"           // for Constant
    29 #include "SynTree/Expression.h"         // for Expression, TypeExpr, Constan...
    30 #include "SynTree/Type.h"               // for Type, StructInstType, UnionIn...
    31 #include "SynTree/TypeSubstitution.h"   // for TypeSubstitution
    32 
     17#include "assert.h"
     18
     19#include "SynTree/Expression.h"
     20#include "SynTree/Type.h"
     21#include "ResolvExpr/typeops.h"
     22
     23#include <iostream>
     24#include <iterator>
     25#include <list>
     26#include <typeindex>
     27#include <typeinfo>
     28#include <vector>
    3329using namespace std;
    3430
Note: See TracChangeset for help on using the changeset viewer.