X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Fobst.h;h=272e4c5cd22650f6041b1487523436edc6f5311f;hb=6a9cb81d6a96969b8608d395820f20d5b0d5baaa;hp=5202cb92a5a9b3f6766a119656c6cab07d5e912b;hpb=6d7d61de445629e1590d3a2ba2990ef7a651368a;p=cparser diff --git a/adt/obst.h b/adt/obst.h index 5202cb9..272e4c5 100644 --- a/adt/obst.h +++ b/adt/obst.h @@ -17,8 +17,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ -#include "obstack.h" #include "xmalloc.h" +#include #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free