From b040be2449013fe9c78b03b3ce4c1fb7b1b17ebf Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 10 May 2007 21:38:22 +0000 Subject: [PATCH] Fixed header [r13777] --- ir/ana/height.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ir/ana/height.h b/ir/ana/height.h index a0cab47e2..840accba8 100644 --- a/ir/ana/height.h +++ b/ir/ana/height.h @@ -19,13 +19,13 @@ /** * @file - * @brief Compute heights of nodes inside basic blocks - * @author Sebastian Hack - * @date 19.04.2006 - * @version $Id$ + * @brief Compute heights of nodes inside basic blocks + * @author Sebastian Hack + * @date 19.04.2006 + * @version $Id$ */ -#ifndef _FIRM_HEIGHTS_H -#define _FIRM_HEIGHTS_H +#ifndef FIRM_ANA_HEIGHTS_H +#define FIRM_ANA_HEIGHTS_H typedef struct _heights_t heights_t; @@ -77,4 +77,4 @@ heights_t *heights_new(ir_graph *irg); void heights_free(heights_t *h); -#endif /* _FIRM_HEIGHTS_H */ +#endif /* FIRM_ANA_HEIGHTS_H */ -- 2.20.1