Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/InitializerNode.cc

    rc468150 rbb7422a  
    1414//
    1515
    16 #include "InitializerNode.h"
    17 
    1816#include <iostream>                // for operator<<, ostream, basic_ostream
    1917#include <list>                    // for list
    2018#include <string>                  // for operator<<, string
     19
     20using namespace std;
    2121
    2222#include "AST/Expr.hpp"            // for Expr
     
    2424#include "Common/SemanticError.h"  // for SemanticError
    2525#include "Common/utility.h"        // for maybeBuild
    26 #include "ExpressionNode.h"        // for ExpressionNode
    27 #include "DeclarationNode.h"       // for buildList
    28 
    29 using namespace std;
     26#include "ParseNode.h"             // for InitializerNode, ExpressionNode
    3027
    3128static ast::ConstructFlag toConstructFlag( bool maybeConstructed ) {
Note: See TracChangeset for help on using the changeset viewer.