Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/ObjectDecl.cc

    r1cbca6e rd3b7937  
    1818#include "Initializer.h"
    1919#include "Expression.h"
    20 #include "utility.h"
     20#include "Common/utility.h"
    2121
    2222ObjectDecl::ObjectDecl( const std::string &name, DeclarationNode::StorageClass sc, LinkageSpec::Type linkage, Expression *bitfieldWidth, Type *type, Initializer *init, bool isInline, bool isNoreturn )
Note: See TracChangeset for help on using the changeset viewer.