fix warning
[libfirm] / ir / common / error.c
index e65af3d..504c627 100644 (file)
  * @file
  * @brief     Error handling for libFirm
  * @author    Michael Beck
- * @version   $Id$
  */
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
 #include <stdlib.h>
 
@@ -34,7 +31,8 @@
 #include "error.h"
 #include "irprintf.h"
 
-NORETURN panic(const char *fmt, ...) {
+NORETURN panic(const char *fmt, ...)
+{
        va_list ap;
 
        fputs("libFirm panic: ", stderr);