Fixed warnings
[libfirm] / ir / ir / ircgopt.c
index 8fbf0c6..5c332c0 100644 (file)
  * PURPOSE.
  */
 
-/*
- * Project:     libFIRM
- * File name:   ir/ir/ircgopt.c
- * Purpose:     Removal of unreachable methods.
- * Author:      Hubert Schmid
- * Modified by:
- * Created:     09.06.2002
- * CVS-ID:      $Id$
- * Copyright:   (c) 2002-2003 Universität Karlsruhe
+/**
+ * @file
+ * @brief    Removal of unreachable methods.
+ * @author   Hubert Schmid
+ * @date     09.06.2002
+ * @version  $Id$
  */
 
-/**
+/*
  * Entfernen von nicht erreichbaren (aufrufbaren) Methoden. Die Menge
  * der nicht erreichbaren Methoden wird aus der Abschätzung der
  * Aufrufrelation bestimmt.
@@ -45,7 +42,6 @@
 #include "irloop_t.h"
 #include "irflag_t.h"
 #include "ircons.h"
-#include "typewalk.h"
 #include "irtools.h"
 
 /**