removed unitialized used vartiable
[libfirm] / ir / be / belistsched.c
index 6c713fb..ef1c27e 100644 (file)
@@ -1,12 +1,12 @@
 /**
  * Scheduling algorithms.
  * Just a simple list scheduling algorithm is here.
- * @date   20.10.2004
- * @author Sebastian Hack
- * @cvs-id $Id$
+ * @date    20.10.2004
+ * @author  Sebastian Hack
+ * @version $Id$
  */
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include <stdio.h>