X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_nodes_attr.h;h=a252ac1e146e2e84cd14c81264fa51cb33189c21;hb=8e4e49e66d1d578b31a5ffce9bb6ff94ba985dfb;hp=961e5f5df47850fd7b193ccf44f915af5dc0e956;hpb=07ce9818702faae854ee98b17e94a30a7a7022b5;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h b/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h index 961e5f5df..a252ac1e1 100644 --- a/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h +++ b/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h @@ -20,18 +20,17 @@ /** * @file * @brief attributes attached to all TEMPLATE nodes - * @version $Id$ */ #ifndef FIRM_BE_TEMPLATE_TEMPLATE_NODES_ATTR_H #define FIRM_BE_TEMPLATE_TEMPLATE_NODES_ATTR_H -#include "../bearch.h" +#include "bearch.h" typedef struct TEMPLATE_attr_t TEMPLATE_attr_t; struct TEMPLATE_attr_t { - tarval *value; + ir_tarval *value; }; #endif