Branch: Tag:

2003-11-14

2003-11-14 10:26:43 by Martin Stjernholm <mast@lysator.liu.se>

No need to include opcodes.h.

Rev: src/builtin.cmod:1.144
Rev: src/cpp.c:1.128
Rev: src/module_support.c:1.55
Rev: src/modules/Gmp/mpf.cmod:1.27
Rev: src/modules/Gmp/mpq.cmod:1.23
Rev: src/modules/Gmp/mpz_glue.c:1.155
Rev: src/modules/Image/colors.c:1.69
Rev: src/modules/Image/encodings/_xpm.c:1.31
Rev: src/modules/Image/encodings/tga.c:1.34
Rev: src/modules/Image/encodings/xbm.c:1.22
Rev: src/modules/Image/layers.c:1.92
Rev: src/modules/Oracle/oracle.c:1.80
Rev: src/modules/_math/math.c:1.68
Rev: src/modules/files/file.c:1.308
Rev: src/modules/files/stat.c:1.29
Rev: src/modules/spider/xml.c:1.66

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: colors.c,v 1.68 2003/11/07 05:28:36 nilsson Exp $ + || $Id: colors.c,v 1.69 2003/11/14 10:26:43 mast Exp $   */      /*
191:      #include "global.h"    - RCSID("$Id: colors.c,v 1.68 2003/11/07 05:28:36 nilsson Exp $"); + RCSID("$Id: colors.c,v 1.69 2003/11/14 10:26:43 mast Exp $");      #include "image_machine.h"   
210:   #include "dmalloc.h"   #include "operators.h"   #include "module_support.h" - #include "opcodes.h" + #include "sscanf.h"   #include "program_id.h"      #include "image.h"