pike.git
/
src
/
modules
/
Image
/
dct.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Image/dct.c:7:
/* **! module Image **! class Image */ #include "global.h" #include <math.h> #include <ctype.h>
-
#include "global.h"
+
#include "pike_macros.h" #include "object.h" #include "interpret.h" #include "svalue.h" #include "pike_error.h" #include "module_support.h" #include "image.h"