Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/DeclStmt.cc

    rea6332d rd3b7937  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // DeclStmt.cc --
     7// DeclStmt.cc -- 
    88//
    99// Author           : Richard C. Bilson
     
    1414//
    1515
    16 #include <cassert>           // for assert
    17 #include <list>              // for list
    18 #include <ostream>           // for operator<<, ostream
    19 
    20 #include "Common/utility.h"  // for maybeClone
    21 #include "Declaration.h"     // for Declaration
    22 #include "Statement.h"       // for DeclStmt, Statement
    23 #include "SynTree/Label.h"   // for Label
     16#include "Statement.h"
     17#include "Declaration.h"
     18#include "Common/utility.h"
    2419
    2520DeclStmt::DeclStmt( std::list<Label> labels, Declaration *decl ) : Statement( labels ), decl( decl ) {
Note: See TracChangeset for help on using the changeset viewer.