I was annoyed by the compiler warnings about implicit conversions.
[libfirm] / ir / be / beuses.c
index 61172aa..71cfe52 100644 (file)
@@ -24,9 +24,7 @@
  * @date        27.06.2005
  * @version     $Id$
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <limits.h>
 #include <stdlib.h>
 #include "be_t.h"
 #include "beutil.h"
 #include "belive_t.h"
-#include "benode_t.h"
-#include "besched_t.h"
+#include "benode.h"
+#include "besched.h"
 #include "beirgmod.h"
-#include "bearch_t.h"
+#include "bearch.h"
 #include "beuses.h"
 
 #define SCAN_INTERBLOCK_USES
@@ -162,7 +160,7 @@ static int be_is_phi_argument(const ir_node *block, const ir_node *def)
        return 0;
 }
 
-static INLINE
+static inline
 unsigned get_step(const ir_node *node)
 {
        return PTR_TO_INT(get_irn_link(node));