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.
6
1997/
04
/
30
01
:
45
:
57
mirar
Exp $ */
+
/* $Id: dct.c,v 1.
7
1997/
05
/
19
22
:
50
:
24
hubbe
Exp $ */
/* **! module Image **! class image */ #include "global.h" #include <math.h> #include <ctype.h> #include "stralloc.h" #include "global.h"
-
#include "types.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"