X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flibcore%2Flc_opts_t.h;h=7e4f4d6187c049d3439b97026ce3b1eb8b0457e8;hb=998a7d33f7fe446db8e265d54138841fcfe018bf;hp=46f6d46e2eda112d2db16b02c2616d1b07cf91ca;hpb=8ccfe04ca59ff56fc32b2323b80cee2a5194694d;p=libfirm diff --git a/ir/libcore/lc_opts_t.h b/ir/libcore/lc_opts_t.h index 46f6d46e2..7e4f4d618 100644 --- a/ir/libcore/lc_opts_t.h +++ b/ir/libcore/lc_opts_t.h @@ -1,21 +1,7 @@ /* - libcore: library for basic data structures and algorithms. - Copyright (C) 2005 IPD Goos, Universit"at Karlsruhe, Germany - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ + * This file is part of libFirm. + * Copyright (C) 2012 IPD Goos, Universit"at Karlsruhe, Germany + */ @@ -27,8 +13,6 @@ #include "lc_opts.h" #include "list.h" -#include "lc_defines.h" - typedef struct { struct list_head opts; struct list_head grps;