- refactoring of backend generator scripts: You can create multiple constructors
[libfirm] / ir / adt / gaussjordan.c
index c07faaa..34cd9b6 100644 (file)
@@ -32,9 +32,7 @@
 /* returns 0 if successful                              */
 /* returns -1 if ill-conditioned matrix                 */
 /*------------------------------------------------------*/
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <math.h>
 #include <stdlib.h>