Fixed configure: should work now in a build directory again
[libfirm] / ir / ana2 / pto_ctx.c
index 725797a..20d9c16 100644 (file)
@@ -13,7 +13,7 @@
 */
 
 # ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include "config.h"
 # endif
 
 /*
 */
 
 # include "pto_ctx.h"
+# include "pto_debug.h"
+# include "pto_comp.h"
+# include "ecg.h"
 
 # include "irnode.h"
-# include "xmalloc.h"
-
-# include "pto_debug.h"
+/* # include "xmalloc.h" */
 
 /* Local Defines: */
 
@@ -81,11 +82,18 @@ ctx_info_t *set_curr_ctx (ctx_info_t *ctx)
   return (old_ctx);
 }
 
-
-
 \f
 /*
   $Log$
+  Revision 1.4  2004/12/02 16:17:51  beck
+  fixed config.h include
+
+  Revision 1.3  2004/11/24 14:53:55  liekweg
+  Bugfixes
+
+  Revision 1.2  2004/11/20 21:21:35  liekweg
+  Add pto_ctx_allocs
+
   Revision 1.1  2004/11/18 16:37:34  liekweg
   rewritten