fehler109
[libfirm] / ir / be / TEMPLATE / bearch_TEMPLATE_t.h
index bc790c6..05fa07f 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.
  *
@@ -28,7 +28,7 @@
 #include "debug.h"
 #include "bearch_TEMPLATE.h"
 #include "TEMPLATE_nodes_attr.h"
-#include "../be.h"
+#include "be.h"
 #include "../beemitter.h"
 #include "set.h"
 
@@ -49,7 +49,6 @@ struct TEMPLATE_code_gen_t {
 
 struct TEMPLATE_isa_t {
        arch_isa_t             arch_isa;      /**< must be derived from arch_isa */
-       be_emit_env_t          emit;          /**< emit datastructure */
 };
 
 struct TEMPLATE_irn_ops_t {