X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelistsched.h;h=fd59bca487623f975ddce8a311bbb7604abb4e1a;hb=493edb72be97161f5c8762e4589631a6e7083a29;hp=387b6d730e5eb6484394de07af39d3f4cf6c761e;hpb=1a3b7d363474ab544c13093a2f0b578718d37c7a;p=libfirm diff --git a/ir/be/belistsched.h b/ir/be/belistsched.h index 387b6d730..fd59bca48 100644 --- a/ir/be/belistsched.h +++ b/ir/be/belistsched.h @@ -1,20 +1,6 @@ /* - * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. - * * This file is part of libFirm. - * - * This file may be distributed and/or modified under the terms of the - * GNU General Public License version 2 as published by the Free Software - * Foundation and appearing in the file LICENSE.GPL included in the - * packaging of this file. - * - * Licensees holding valid libFirm Professional Edition licenses may use - * this file in accordance with the libFirm Commercial License. - * Agreement provided with the Software. - * - * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE. + * Copyright (C) 2012 University of Karlsruhe. */ /** @@ -22,7 +8,6 @@ * @brief Common functions for creating listscheduling algorithms * @author Sebastian Hack * @date 20.10.2004 - * @version $Id$ */ #ifndef FIRM_BE_BELISTSCHED_H #define FIRM_BE_BELISTSCHED_H @@ -33,7 +18,6 @@ #include "be.h" #include "be_types.h" #include "bearch.h" -#include "beirg.h" /** * A selector interface which is used by the list schedule framework.