Use more precise path to internal headers

merge-requests/1/head
Mattias Ellert 2011-10-30 10:27:47 +01:00
rodzic 97e89c3ad7
commit c048a73700
2 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
2011-10-30 Mattias Ellert <mattias.ellert@fysast.uu.se>
* backend/kvs40xx.h: Use portable endian macro from config.h
* backend/kodak.c: Use more precise path to internal headers
2011-10-21 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys.c backend/genesys.h backend/genesys_devices.c

Wyświetl plik

@ -110,10 +110,10 @@
# include <libc.h> /* NeXTStep/OpenStep */
#endif
#include "sane/sanei_backend.h"
#include "sane/sanei_scsi.h"
#include "sane/saneopts.h"
#include "sane/sanei_config.h"
#include "../include/sane/sanei_backend.h"
#include "../include/sane/sanei_scsi.h"
#include "../include/sane/saneopts.h"
#include "../include/sane/sanei_config.h"
#include "kodak-cmd.h"
#include "kodak.h"