Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/FunctionDecl.cc

    r1db21619 rd3b7937  
    1919#include "Statement.h"
    2020#include "Type.h"
    21 #include "utility.h"
     21#include "Common/utility.h"
    2222
    2323FunctionDecl::FunctionDecl( const std::string &name, DeclarationNode::StorageClass sc, LinkageSpec::Type linkage, FunctionType *type, CompoundStmt *statements, bool isInline, bool isNoreturn )
Note: See TracChangeset for help on using the changeset viewer.