pike.git
/
src
/
modules
/
SANE
/
sane.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/SANE/sane.c:8:
#include "config.h" #if (defined(HAVE_SANE_SANE_H) || defined(HAVE_SANE_H)) && defined(HAVE_LIBSANE) #ifdef HAVE_SANE_SANE_H #include <sane/sane.h> #elif defined(HAVE_SANE_H) #include <sane.h> #endif #include "pike_macros.h"
-
#include "object.h"
+
#include "constants.h" #include "interpret.h" #include "threads.h" #include "pike_error.h" #include "backend.h" #include "operators.h" #include "pike_types.h" #include "module_support.h" #include "builtin_functions.h"