Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/LabelFixer.cc

    rd180746 r23b6f4d7  
    1414//
    1515
    16 #include <cassert>                         // for assert
    17 #include <list>                            // for list, _List_iterator, list...
    18 #include <string>                          // for operator+, string, operator==
    19 #include <utility>                         // for pair
     16#include <list>
     17#include <cassert>
    2018
    21 #include "ControlStruct/LabelGenerator.h"  // for LabelGenerator
    2219#include "LabelFixer.h"
    23 #include "MLEMutator.h"                    // for MLEMutator
    24 #include "SynTree/Declaration.h"           // for FunctionDecl
    25 #include "SynTree/Expression.h"            // for NameExpr, Expression, Unty...
    26 #include "SynTree/Statement.h"             // for Statement, BranchStmt, Com...
     20#include "MLEMutator.h"
     21#include "SynTree/Expression.h"
     22#include "SynTree/Statement.h"
     23#include "SynTree/Declaration.h"
     24#include "Common/utility.h"
     25
     26#include <iostream>
    2727
    2828namespace ControlStruct {
Note: See TracChangeset for help on using the changeset viewer.