X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Fobst.h;h=5a815a1c77744909223b56e20d7127ea68db3c9d;hb=3ebfcac30456a053d3eba3fb1a2df7b1e73668b8;hp=f58be84a68c7241d75c9d292e170b765d57e4658;hpb=ffaec83406ffaee8b981b2b80114bc2e2eab5f0e;p=cparser diff --git a/adt/obst.h b/adt/obst.h index f58be84..5a815a1 100644 --- a/adt/obst.h +++ b/adt/obst.h @@ -1,6 +1,6 @@ /* * This file is part of cparser. - * Copyright (C) 2007-2008 Matthias Braun + * Copyright (C) 2007-2009 Matthias Braun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -17,8 +17,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ -#include "obstack.h" -#include "xmalloc.h" +#include "adt/xmalloc.h" +#include #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free