X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fbeblocksched.c;h=b977abc26ea149bfe0c0181214858fb8b0bf51b3;hb=026ec52ac914eee06e7afb961fb754735fb4ad9f;hp=cbfb98d5c83dced10f8ef9fce6848061f1cdba63;hpb=d935aa267d00966c360931d2f0f43008030c0592;p=libfirm diff --git a/ir/be/beblocksched.c b/ir/be/beblocksched.c index cbfb98d5c..b977abc26 100644 --- a/ir/be/beblocksched.c +++ b/ir/be/beblocksched.c @@ -34,9 +34,7 @@ * a next and prev pointers on blocks. The greedy algorithm sorts the edges by * execution frequencies and tries to transform them to fallthroughs in this order */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include "beblocksched.h"