amend to tls_chagnes
[libfirm] / ir / stat / pattern.h
index dc1538f..6d2da33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
  * PURPOSE.
  */
 
-/*
- * Project:     libFIRM
- * File name:   ir/stat/pattern.h
- * Purpose:     Statistics for Firm.
- * Author:      Michael Beck
- * Created:
- * CVS-ID:      $Id$
- * Copyright:   (c) 2004 Universität Karlsruhe
- */
-#ifndef _PATTERN_H_
-#define _PATTERN_H_
-
 /**
- * @file pattern.h
- *
- * Statistics for libFirm, pattern history.
+ * @file
+ * @brief   Statistics for Firm. Pattern history.
+ * @author  Michael Beck
+ * @version $Id$
  */
+#ifndef FIRM_STAT_PATTERN_H
+#define FIRM_STAT_PATTERN_H
+
+#include "firm_types.h"
 
 /**
  * Calculates the pattern history.
@@ -54,4 +47,4 @@ void stat_init_pattern_history(int enable);
  */
 void stat_finish_pattern_history(const char *fname);
 
-#endif /* _PATTERN_H_ */
+#endif /* FIRM_STAT_PATTERN_H */