Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.h

    rea6332d rbd46af4  
    1616#pragma once
    1717
    18 #include <cassert>               // for assertf
    19 #include <iosfwd>                // for ostream
    20 #include <list>                  // for list
    21 #include <string>                // for string, operator+, allocator, to_string
    22 
    23 #include "BaseSyntaxNode.h"      // for BaseSyntaxNode
    24 #include "Mutator.h"             // for Mutator
    25 #include "Parser/LinkageSpec.h"  // for Spec, Cforall
    26 #include "Parser/ParseNode.h"    // for DeclarationNode, DeclarationNode::Ag...
    27 #include "SynTree.h"             // for UniqueId
    28 #include "SynTree/Type.h"        // for Type, Type::StorageClasses, Type::Fu...
    29 #include "Visitor.h"             // for Visitor
    30 
    31 class AsmStmt;
    32 class Attribute;
    33 class CompoundStmt;
    34 class ConstantExpr;
    35 class Expression;
    36 class Initializer;
    37 class TypeDecl;
     18#include <string>
     19
     20#include "BaseSyntaxNode.h"
     21#include "Mutator.h"
     22#include "Visitor.h"
     23#include "SynTree.h"
     24#include "Parser/LinkageSpec.h"
     25#include "Parser/ParseNode.h"
    3826
    3927class Declaration : public BaseSyntaxNode {
Note: See TracChangeset for help on using the changeset viewer.