X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Farray.h;h=ffa5e44099e14f816e52718e932e719177c9548e;hb=2e4917770e7ebe2b94f29f2b1034061d2f6e50a9;hp=0c076d007190d5445296404398f5daf6f19c045b;hpb=4999b07e5653de1afd78d2036b32860637be46e2;p=cparser diff --git a/adt/array.h b/adt/array.h index 0c076d0..ffa5e44 100644 --- a/adt/array.h +++ b/adt/array.h @@ -1,3 +1,23 @@ +/* + * This file is part of cparser. + * Copyright (C) 2007-2008 Matthias Braun + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + * 02111-1307, USA. + */ + /* * Project: libFIRM * File name: ir/adt/array.h @@ -19,10 +39,10 @@ #include #include -#include #include "fourcc.h" #include "align.h" +#include "obst.h" #include "xmalloc.h" #define ARR_D_MAGIC FOURCC('A','R','R','D')