Removed C99 features and fixed 2 wrong assertions.
[libfirm] / ir / be / beilpsched.h
index e3c338b..fed571d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -34,9 +34,7 @@
 
 #include "irgraph.h"
 #include "irnode.h"
-
-typedef struct _ilp_sched_selector_t    ilp_sched_selector_t;
-typedef struct _ilp_sched_selector_if_t ilp_sched_selector_if_t;
+#include "be_types.h"
 
 /**
  * A selector interface which is used by the ILP schedule framework.