Ignore:
Timestamp:
Jul 12, 2017, 1:58:00 PM (9 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, stuck-waitfor-destruct, with_gc
Children:
02d62bb
Parents:
3268a58
Message:

More cleanup on the headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/ImplementationType.h

    r3268a58 r30f9072  
    1717#define IMPLEMENTATIONTYPE_H
    1818
    19 #include "SynTree/SynTree.h"
    20 #include "SymTab/Indexer.h"
     19class Type;
    2120
    2221namespace SymTab {
     22class Indexer;
     23
    2324        Type *implementationType( Type *, const SymTab::Indexer &indexer );
    2425
Note: See TracChangeset for help on using the changeset viewer.