From c538647fc8da66f18e53e6ec69c7d42cd9553131 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 22 Jun 2004 13:48:39 +0000 Subject: [PATCH] *** empty log message *** [r3189] --- ir/stat/firmstat.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ir/stat/firmstat.h b/ir/stat/firmstat.h index e911db02f..09a8f4cc3 100644 --- a/ir/stat/firmstat.h +++ b/ir/stat/firmstat.h @@ -1,6 +1,6 @@ /* * Project: libFIRM - * File name: ir/ir/firmstat.h + * File name: ir/stat/firmstat.h * Purpose: Statistics for Firm. * Author: Michael Beck * Created: @@ -8,10 +8,15 @@ * Copyright: (c) 2004 Universität Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ +#ifndef _FIRMSTAT_H_ +#define _FIRMSTAT_H_ - -# ifndef _FIRMSTAT_H_ -# define _FIRMSTAT_H_ +/** + * @file firmstat.h + */ +#include "irop.h" +#include "irnode.h" +#include "irgraph.h" #ifdef FIRM_STATISTICS -- 2.20.1