Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/GenInit.h

    rb8524ca rbfd4974  
    1919#include <string>              // for string
    2020
    21 #include "AST/Fwd.hpp"
    22 #include "Common/CodeLocation.h"
     21#include "SynTree/SynTree.h"   // for Visitor Nodes
     22
    2323#include "GenPoly/ScopedSet.h" // for ScopedSet
    24 #include "SynTree/SynTree.h"   // for Visitor Nodes
    2524
    2625namespace InitTweak {
     
    3635        /// creates an appropriate ConstructorInit node which contains a constructor, destructor, and C-initializer
    3736        ConstructorInit * genCtorInit( ObjectDecl * objDecl );
    38         ast::ConstructorInit * genCtorInit( const CodeLocation & loc, const ast::ObjectDecl * objDecl );
    3937
    4038        class ManagedTypes {
Note: See TracChangeset for help on using the changeset viewer.