- kill keep-alive edges to dead blocks before doing apply_result(),
[libfirm] / ir / adt / pqueue.c
index 1fbbf34..a8bf7f8 100644 (file)
@@ -23,9 +23,7 @@
  * @brief   Priority Queue implementation based on the heap datastructure
  * @version $Id$
  */
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
 #include "array.h"
 #include "pqueue.h"