Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Validate.h

    rc8e4d2f8 r6b0b624  
    1717#pragma once
    1818
    19 #include <list>  // for list
    20 
    21 class Declaration;
    22 class Type;
    23 
    24 namespace ast {
    25         class Type;
    26         class SymbolTable;
    27 }
     19#include "SynTree/SynTree.h"
    2820
    2921namespace SymTab {
     
    3325        void validate( std::list< Declaration * > &translationUnit, bool doDebug = false );
    3426        void validateType( Type *type, const Indexer *indexer );
    35 
    36         const ast::Type * validateType( const ast::Type * type, const ast::SymbolTable & symtab );
    3727} // namespace SymTab
    3828
Note: See TracChangeset for help on using the changeset viewer.