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/ControlStruct/Mutate.cc

    rea6332d rbe9288a  
    1717#include <list>                    // for list
    1818
     19#include "Common/PassVisitor.h"    // for mutateAll
    1920#include "Common/SemanticError.h"  // for SemanticError
    2021#include "ForExprMutator.h"        // for ForExprMutator
    2122#include "LabelFixer.h"            // for LabelFixer
    2223#include "Mutate.h"
    23 #include "PassVisitor.h"           // for mutateAll
    2424#include "SynTree/Declaration.h"   // for Declaration
    2525#include "SynTree/Mutator.h"       // for mutateAll
Note: See TracChangeset for help on using the changeset viewer.