Used #include "../include/..." for internal headers.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-05-28 21:39:54 +00:00
rodzic 5746b2921f
commit 5c0a1b1a68
6 zmienionych plików z 16 dodań i 16 usunięć

Wyświetl plik

@ -17,11 +17,11 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef _AIX #ifdef _AIX
# include <lalloca.h> /* MUST come first for AIX! */ # include "../include/lalloca.h" /* MUST come first for AIX! */
#endif #endif
#include <sane/config.h> #include "../include/sane/config.h"
#include <lalloca.h> #include "../include/lalloca.h"
#include <assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>
@ -35,9 +35,9 @@
#include <sys/types.h> /* Apollo/DomainOS needs this _before_ sys/stat.h */ #include <sys/types.h> /* Apollo/DomainOS needs this _before_ sys/stat.h */
#include <sys/stat.h> #include <sys/stat.h>
#include <gtkglue.h> #include "gtkglue.h"
#include <preferences.h> #include "preferences.h"
#include <sane/sane.h> #include <sane/sane.h>
#include <sane/saneopts.h> #include <sane/saneopts.h>

Wyświetl plik

@ -5,7 +5,7 @@
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <sane/config.h> #include "../include/sane/config.h"
#include <sane/sane.h> #include <sane/sane.h>
struct GSGDialog; struct GSGDialog;

Wyświetl plik

@ -73,9 +73,9 @@
#include <sys/param.h> #include <sys/param.h>
#include <gtkglue.h> #include "gtkglue.h"
#include <preview.h> #include "preview.h"
#include <preferences.h> #include "preferences.h"
#ifndef PATH_MAX #ifndef PATH_MAX
# define PATH_MAX 1024 # define PATH_MAX 1024

Wyświetl plik

@ -20,7 +20,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sane/config.h> #include "../include/sane/config.h"
#include <sane/sane.h> #include <sane/sane.h>
typedef struct typedef struct

Wyświetl plik

@ -16,7 +16,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sane/config.h> #include "../include/sane/config.h"
#include <assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>
@ -29,8 +29,8 @@
#include <sys/types.h> #include <sys/types.h>
#include <gtkglue.h> #include "gtkglue.h"
#include <preferences.h> #include "preferences.h"
#include <sane/sane.h> #include <sane/sane.h>
#include "../include/sane/sanei.h" #include "../include/sane/sanei.h"

Wyświetl plik

@ -23,11 +23,11 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef _AIX #ifdef _AIX
# include <lalloca.h> /* MUST come first for AIX! */ # include "../include/lalloca.h" /* MUST come first for AIX! */
#endif #endif
#include <sane/config.h> #include "../include/sane/config.h"
#include <lalloca.h> #include "../include/lalloca.h"
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>