pike.git
/
src
/
modules
/
Image
/
orient.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Image/orient.c:1:
/* || 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: orient.c,v 1.
24
2003
/03/
14
15
:
57
:
48
grubba
Exp $
+
|| $Id: orient.c,v 1.
25
2004
/03/
05
23
:
04
:
03
nilsson
Exp $
*/ /* **! module Image **! class Image */ #include "global.h" #include <math.h> #include <ctype.h>
-
#include "stralloc.h"
-
#include "global.h"
+
#include "pike_macros.h" #include "object.h"
-
#include "constants.h"
+
#include "interpret.h" #include "svalue.h" #include "threads.h"
-
#include "array.h"
+
#include "pike_error.h" #include "image.h" #include <builtin_functions.h> #define sp Pike_sp extern struct program *image_program;