pike.git
/
src
/
modules
/
Image
/
dct.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Image/dct.c:1:
-
/* $Id: dct.c,v 1.
3
1997/03/
12
12
:
19
:
25
hubbe Exp $ */
+
/* $Id: dct.c,v 1.
4
1997/03/
17
03
:
07
:
59
hubbe Exp $ */
#include "global.h" #include <math.h> #include <ctype.h> #include "stralloc.h" #include "global.h" #include "types.h"
-
#include "macros.h"
+
#include "
pike_
macros.h"
#include "object.h" #include "constants.h" #include "interpret.h" #include "svalue.h" #include "array.h" #include "error.h" #include "image.h" extern struct program *image_program;