Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Attribute.cc

    rea6332d rdb175c8  
    1414//
    1515
    16 #include <ostream>           // for operator<<, ostream, basic_ostream, endl
     16#include <cassert>
    1717
     18#include "Common/utility.h"
    1819#include "Attribute.h"
    19 #include "Common/utility.h"  // for cloneAll, deleteAll, printAll
    20 #include "Expression.h"      // for Expression
     20#include "Expression.h"
    2121
    2222Attribute::Attribute( const Attribute &other ) : name( other.name ) {
Note: See TracChangeset for help on using the changeset viewer.