*** empty log message ***
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 22 Jun 2004 13:48:39 +0000 (13:48 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 22 Jun 2004 13:48:39 +0000 (13:48 +0000)
[r3189]

ir/stat/firmstat.h

index e911db0..09a8f4c 100644 (file)
@@ -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