Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Indexer.h

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