Branch: Tag:

2004-05-29

2004-05-29 18:21:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Removed redundant include of language.h

Rev: src/docode.c:1.176
Rev: src/lex.c:1.118
Rev: src/main.c:1.202
Rev: src/operators.c:1.190
Rev: src/peep.c:1.99
Rev: src/pikecode.c:1.8

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: operators.c,v 1.189 2004/04/15 00:11:51 nilsson Exp $ + || $Id: operators.c,v 1.190 2004/05/29 18:21:05 grubba Exp $   */      #include "global.h"   #include <math.h> - RCSID("$Id: operators.c,v 1.189 2004/04/15 00:11:51 nilsson Exp $"); + RCSID("$Id: operators.c,v 1.190 2004/05/29 18:21:05 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "multiset.h"
16:   #include "stralloc.h"   #include "opcodes.h"   #include "operators.h" - #include "language.h" +    #include "pike_memory.h"   #include "pike_error.h"   #include "docode.h"