fix cltd
[libfirm] / ir / be / beuses.c
index 5f4557e..71cfe52 100644 (file)
 #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
@@ -160,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));