Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Indexer.h

    raf5c204a r30f9072  
    1717#define INDEXER_H
    1818
    19 #include <list>
    20 #include <string>
     19#include <iosfwd>             // for ostream
     20#include <list>               // for list
     21#include <string>             // for string
    2122
    22 #include "SynTree/Visitor.h"
     23#include "SynTree/Visitor.h"  // for Visitor
     24#include "SynTree/SynTree.h"  // for AST nodes
    2325
    2426namespace SymTab {
     
    126128
    127129                struct Impl;
     130
    128131                Impl *tables;         ///< Copy-on-write instance of table data structure
    129132                unsigned long scope;  ///< Scope index of this pointer
Note: See TracChangeset for help on using the changeset viewer.