Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Initializer.cc

    rea6332d r63be52cd  
    1515
    1616#include "Initializer.h"
    17 
    18 #include <cassert>                   // for assertf
    19 #include <ostream>                   // for ostream, operator<<, basic_ostream
    20 #include <string>                    // for operator<<, string, char_traits
    21 
    22 #include "Common/utility.h"          // for maybeClone, cloneAll, deleteAll
    23 #include "Expression.h"              // for Expression
    24 #include "Statement.h"               // for Statement
    25 #include "SynTree/BaseSyntaxNode.h"  // for BaseSyntaxNode
     17#include "Expression.h"
     18#include "Statement.h"
     19#include "Common/utility.h"
    2620
    2721Designation::Designation( const std::list< Expression * > & designators ) : designators( designators ) {}
Note: See TracChangeset for help on using the changeset viewer.