Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Specialize.h

    r5cf1228 r9e23b446  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // Specialize.h -- Generate thunks to specialize polymorphic functions.
     7// Specialize.h --
    88//
    99// Author           : Richard C. Bilson
     
    1717
    1818#include <list>  // for list
     19#include "AST/TranslationUnit.hpp"
    1920
    2021class Declaration;
    21 namespace ast {
    22         class TranslationUnit;
    23 }
    2422
    2523namespace GenPoly {
Note: See TracChangeset for help on using the changeset viewer.