Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Statement.h

    rea6332d r65cdc1e  
    1616#pragma once
    1717
    18 #include <iosfwd>                  // for ostream
    19 #include <list>                    // for list
    20 #include <memory>                  // for allocator
    21 
    22 #include "BaseSyntaxNode.h"        // for BaseSyntaxNode
    23 #include "Common/SemanticError.h"  // for SemanticError
    24 #include "Label.h"                 // for Label
    25 #include "Mutator.h"               // for Mutator
    26 #include "Visitor.h"               // for Visitor
    27 
    28 class CatchStmt;
    29 class ConstantExpr;
    30 class Declaration;
    31 class Expression;
    32 class FinallyStmt;
     18#include "BaseSyntaxNode.h"
     19#include "Label.h"
     20#include "Mutator.h"
     21#include "SynTree.h"
     22#include "Type.h"
     23#include "Visitor.h"
     24#include "Common/SemanticError.h"
    3325
    3426class Statement : public BaseSyntaxNode {
Note: See TracChangeset for help on using the changeset viewer.