pike.git/
src/
modules/
SANE/
sane.c
Branch:
Tag:
Non-build tags
All tags
No tags
2018-01-18
2018-01-18 13:59:58 by Martin Nilsson <nilsson@fastmail.com>
8e7c8e1649efd60d8e883ea81cc3de41f558af17 (
8
lines) (+
2
/-
6
)
[
Show
|
Annotate
]
Branch:
master
Let module.h include some common includes.
4:
|| for more information. */
+
#include "module.h"
#include "config.h" #if (defined(HAVE_SANE_SANE_H) || defined(HAVE_SANE_H)) && defined(HAVE_LIBSANE)
13:
#include <sane.h> #endif
-
#include "global.h"
-
#include "stralloc.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 "mapping.h"
-
#include "multiset.h"
+
#include "backend.h" #include "operators.h" #include "pike_types.h"