X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fst%2Fst.c;h=6065e3c1aa1493e1c0ab79ef9a18c78ba852741e;hb=d5975c9df2dee13abedf388f1d70397a2163b69f;hp=e51d5a71887520f7eae4b6ff20f811e88fb440ac;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/st/st.c b/ir/st/st.c index e51d5a718..6065e3c1a 100644 --- a/ir/st/st.c +++ b/ir/st/st.c @@ -1,13 +1,28 @@ /* - * Project: libFIRM - * File name: ir/st/st.c - * Purpose: Provide some auxilliary structures for firm graphs. - * Author: Florian Liekweg - * Modified by: - * Created: 26.2.2002 - * CVS-ID: $Id$ - * Copyright: (c) 2002-2003 Universität Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + * Copyright (C) 1995-2007 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. + */ + +/** + * @file + * @brief Provide some auxilliary structures for firm graphs. + * @author Florian Liekweg + * @date 26.2.2002 + * @version $Id$ */ /** @@ -31,12 +46,6 @@ #ifdef HAVE_STDLIB_H # include #endif -#ifdef HAVE_MALLOC_H -# include -#endif -#ifdef HAVE_ALLOCA_H -# include -#endif # include "st.h" # include "irgwalk.h"