X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=4cb739680513dd9bd70bbe5bdfa94c0c16b4d19f;hb=4ed245f5007168dab7850942a7ee6b6b29a19817;hp=679add6d7e88e9e2e09703e11ba1d23bddb3f1da;hpb=4c66ebcce62ceffb68a891142dd309429e03351a;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index 679add6d7..4cb739680 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -8,16 +8,13 @@ #ifndef __BECHORDAL_H #define __BECHORDAL_H -#include "irgraph.h" -#include "irnode.h" - #include "bearch.h" #include "bera.h" /** * The register allocator structure. */ -const be_ra_t be_ra_chordal_allocator; +extern const be_ra_t be_ra_chordal_allocator; typedef struct _be_chordal_env_t be_chordal_env_t;