X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemachine.h;h=31922d1a6c348ccbfc99076851c4dff94f118f9e;hb=24fedddc648276a205f780ff7f1ad5a3e76c88b4;hp=57c47e8e9ac9fda03ad6277e35c6297ccb10484e;hpb=39f3a8dbd0f00f90b7b12a849d1bf7b9c1329479;p=libfirm diff --git a/ir/be/bemachine.h b/ir/be/bemachine.h index 57c47e8e9..31922d1a6 100644 --- a/ir/be/bemachine.h +++ b/ir/be/bemachine.h @@ -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. * @@ -27,9 +27,7 @@ #ifndef FIRM_BE_BEMACHINE_H #define FIRM_BE_BEMACHINE_H -typedef struct _be_execution_unit_type_t be_execution_unit_type_t; -typedef struct _be_execution_unit_t be_execution_unit_t; -typedef struct _be_machine_t be_machine_t; +#include "be_types.h" struct _be_execution_unit_t { be_execution_unit_type_t *tp;