Ignore:
Timestamp:
Aug 15, 2017, 1:38:04 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
bd098ea
Parents:
ea6332d
Message:

Fixed errors made by the clean-up tool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/InstantiateGeneric.cc

    rea6332d rbe9288a  
    1313// Update Count     : 1
    1414//
     15#include "InstantiateGeneric.h"
    1516
    1617#include <cassert>                     // for assertf, assert
     
    2627#include "Common/utility.h"            // for deleteAll, cloneAll
    2728#include "GenPoly.h"                   // for isPolyType, typesPolyCompatible
    28 #include "InstantiateGeneric.h"
    29 #include "PassVisitor.h"               // for mutateAll
    3029#include "ScopedSet.h"                 // for ScopedSet, ScopedSet<>::iterator
    3130#include "ScrubTyVars.h"               // for ScrubTyVars
Note: See TracChangeset for help on using the changeset viewer.