remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / adt / hungarian.c
index 26bd53a..e6a74ff 100644 (file)
@@ -29,9 +29,7 @@
  * @brief   Solving the Minimum Assignment Problem using the Hungarian Method.
  * @version $Id$
  */
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
 #include <stdio.h>
 #include <stdlib.h>