From: <fr...@us...> - 2021-03-16 08:23:52
|
This is an automated email from the git hooks/post-receive-user script. fredm pushed a commit to branch master in repository fuse-utils. View the commit online: https://sourceforge.net/p/fuse-emulator/fuse-utils/ci/bd1aaa7adc7efa307b88694817424a1336f5c8d5/ commit bd1aaa7adc7efa307b88694817424a1336f5c8d5 Author: Fredrick Meunier <fr...@sp...> AuthorDate: Tue Mar 16 19:23:00 2021 +1100 Change libspectrum.h and config.h include style --- audio2tape.cc | 4 ++-- audio2tape_res.rc | 2 +- compat/amiga/basename.c | 2 +- compat/amiga/osname.c | 2 +- compat/getopt.c | 2 +- compat/getopt1.c | 2 +- compat/unix/basename.c | 2 +- compat/unix/osname.c | 2 +- compat/win32/osname.c | 2 +- configure.ac | 2 +- converter/romloader.h | 2 +- createhdf.c | 2 +- createhdf_res.rc | 2 +- fmfconv.c | 4 ++-- fmfconv.h | 2 +- fmfconv_compr.h | 2 +- fmfconv_output/fmfconv_aiff.c | 2 +- fmfconv_output/fmfconv_au.c | 2 +- fmfconv_output/fmfconv_avi.c | 4 ++-- fmfconv_output/fmfconv_jpg.c | 4 ++-- fmfconv_output/fmfconv_png.c | 4 ++-- fmfconv_output/fmfconv_ppm.c | 2 +- fmfconv_output/fmfconv_scr.c | 2 +- fmfconv_output/fmfconv_wav.c | 2 +- fmfconv_output/fmfconv_yuv.c | 2 +- fmfconv_res.rc | 2 +- fmfconv_types.h | 2 +- importer/interpolator.h | 2 +- importer/schmitt.h | 2 +- importer/soundfile.h | 2 +- importer/trigger.h | 2 +- keys.c | 4 ++-- listbasic.c | 4 ++-- listbasic_res.rc | 2 +- profile2map.c | 4 ++-- profile2map_res.rc | 2 +- raw2hdf.c | 2 +- raw2hdf_res.rc | 2 +- rzxcheck.c | 4 ++-- rzxcheck_res.rc | 2 +- rzxdump.c | 4 ++-- rzxdump_res.rc | 2 +- rzxtool.c | 4 ++-- rzxtool_res.rc | 2 +- scl2trd.c | 2 +- scl2trd_res.rc | 2 +- snap2tzx.c | 4 ++-- snap2tzx_res.rc | 2 +- snapconv.c | 4 ++-- snapconv_res.rc | 2 +- snapdump.c | 4 ++-- snapdump_res.rc | 2 +- tape2pulses.c | 4 ++-- tape2pulses_res.rc | 2 +- tape2wav.c | 4 ++-- tape2wav_res.rc | 2 +- tapeconv.c | 4 ++-- tapeconv_res.rc | 2 +- tzxlist.c | 4 ++-- tzxlist_res.rc | 2 +- utils.c | 4 ++-- utils.h | 2 +- 62 files changed, 81 insertions(+), 81 deletions(-) diff --git a/audio2tape.cc b/audio2tape.cc index d3b3348..ddbe5b8 100644 --- a/audio2tape.cc +++ b/audio2tape.cc @@ -22,7 +22,7 @@ */ -#include <config.h> +#include "config.h" #include <exception> #include <iostream> @@ -35,7 +35,7 @@ #include <string.h> #include <unistd.h> -#include <libspectrum.h> +#include "libspectrum.h" extern "C" { #include "utils.h" diff --git a/audio2tape_res.rc b/audio2tape_res.rc index e61ba7b..eebc5c2 100644 --- a/audio2tape_res.rc +++ b/audio2tape_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/compat/amiga/basename.c b/compat/amiga/basename.c index 1585f6b..2e120c6 100644 --- a/compat/amiga/basename.c +++ b/compat/amiga/basename.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <proto/dos.h> diff --git a/compat/amiga/osname.c b/compat/amiga/osname.c index 8c3b2e7..06e2585 100644 --- a/compat/amiga/osname.c +++ b/compat/amiga/osname.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <stdlib.h> diff --git a/compat/getopt.c b/compat/getopt.c index 36fbea2..05aa3a9 100644 --- a/compat/getopt.c +++ b/compat/getopt.c @@ -31,7 +31,7 @@ #endif #ifdef HAVE_CONFIG_H -# include <config.h> +# include "config.h" #endif #if !defined __STDC__ || !__STDC__ diff --git a/compat/getopt1.c b/compat/getopt1.c index 40b3cb2..da95ccc 100644 --- a/compat/getopt1.c +++ b/compat/getopt1.c @@ -21,7 +21,7 @@ 02110-1301 USA. */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif #ifdef _LIBC diff --git a/compat/unix/basename.c b/compat/unix/basename.c index 6ede4b2..8767d22 100644 --- a/compat/unix/basename.c +++ b/compat/unix/basename.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <libgen.h> diff --git a/compat/unix/osname.c b/compat/unix/osname.c index efb1c60..3b90f4b 100644 --- a/compat/unix/osname.c +++ b/compat/unix/osname.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <stdlib.h> diff --git a/compat/win32/osname.c b/compat/win32/osname.c index 02fd8ce..1b24f9b 100644 --- a/compat/win32/osname.c +++ b/compat/win32/osname.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <windows.h> diff --git a/configure.ac b/configure.ac index 2ff39fd..619b8b1 100644 --- a/configure.ac +++ b/configure.ac @@ -198,7 +198,7 @@ ac_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $LIBSPECTRUM_CFLAGS" AC_PREPROC_IFELSE( [AC_LANG_SOURCE([ -#include <libspectrum.h> +#include "libspectrum.h" #if LIBSPECTRUM_HAS_GLIB_REPLACEMENT == 0 #error "GLib replacement not found" #endif diff --git a/converter/romloader.h b/converter/romloader.h index fe61a80..23daf77 100644 --- a/converter/romloader.h +++ b/converter/romloader.h @@ -26,7 +26,7 @@ #include <vector> -#include <libspectrum.h> +#include "libspectrum.h" #include "converter/romloaderstate.h" #include "importer/soundfile.h" diff --git a/createhdf.c b/createhdf.c index 2e05209..9c224c2 100644 --- a/createhdf.c +++ b/createhdf.c @@ -22,7 +22,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <fcntl.h> diff --git a/createhdf_res.rc b/createhdf_res.rc index 787846e..8cddec0 100644 --- a/createhdf_res.rc +++ b/createhdf_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/fmfconv.c b/fmfconv.c index 35010fd..23639a7 100644 --- a/fmfconv.c +++ b/fmfconv.c @@ -21,7 +21,7 @@ E-mail: sz...@hu... */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> @@ -51,7 +51,7 @@ #define Z_BEST_COMPRESSION 9 #endif -#include <libspectrum.h> +#include "libspectrum.h" #include "compat.h" #include "fmfconv.h" diff --git a/fmfconv.h b/fmfconv.h index a901c11..0b16701 100644 --- a/fmfconv.h +++ b/fmfconv.h @@ -24,7 +24,7 @@ #ifndef FMFCONV_H #define FMFCONV_H -#include <libspectrum.h> +#include "libspectrum.h" #include "fmfconv_types.h" diff --git a/fmfconv_compr.h b/fmfconv_compr.h index ea914f5..f7a81d5 100644 --- a/fmfconv_compr.h +++ b/fmfconv_compr.h @@ -24,7 +24,7 @@ #ifndef FMFCONV_COMPR_H #define FMFCONV_COMPR_H -#include <config.h> +#include "config.h" #include <stdio.h> diff --git a/fmfconv_output/fmfconv_aiff.c b/fmfconv_output/fmfconv_aiff.c index f683e4e..b15545b 100644 --- a/fmfconv_output/fmfconv_aiff.c +++ b/fmfconv_output/fmfconv_aiff.c @@ -20,7 +20,7 @@ E-mail: sz...@hu... */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/fmfconv_output/fmfconv_au.c b/fmfconv_output/fmfconv_au.c index 869dd55..49ede63 100644 --- a/fmfconv_output/fmfconv_au.c +++ b/fmfconv_output/fmfconv_au.c @@ -20,7 +20,7 @@ E-mail: sz...@hu... */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/fmfconv_output/fmfconv_avi.c b/fmfconv_output/fmfconv_avi.c index 0b3a39e..9b5d983 100644 --- a/fmfconv_output/fmfconv_avi.c +++ b/fmfconv_output/fmfconv_avi.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <string.h> @@ -29,7 +29,7 @@ #include <errno.h> #include <unistd.h> -#include <libspectrum.h> +#include "libspectrum.h" #include "fmfconv.h" diff --git a/fmfconv_output/fmfconv_jpg.c b/fmfconv_output/fmfconv_jpg.c index d8af697..f5e9831 100644 --- a/fmfconv_output/fmfconv_jpg.c +++ b/fmfconv_output/fmfconv_jpg.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <string.h> @@ -31,7 +31,7 @@ #define XMD_H #include <jpeglib.h> -#include <libspectrum.h> +#include "libspectrum.h" #include "fmfconv.h" diff --git a/fmfconv_output/fmfconv_png.c b/fmfconv_output/fmfconv_png.c index fdd73e3..e925001 100644 --- a/fmfconv_output/fmfconv_png.c +++ b/fmfconv_output/fmfconv_png.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> @@ -34,7 +34,7 @@ #define Z_DEFAULT_COMPRESSION 6 #endif -#include <libspectrum.h> +#include "libspectrum.h" #include "fmfconv.h" diff --git a/fmfconv_output/fmfconv_ppm.c b/fmfconv_output/fmfconv_ppm.c index 2d557f7..182eba2 100644 --- a/fmfconv_output/fmfconv_ppm.c +++ b/fmfconv_output/fmfconv_ppm.c @@ -20,7 +20,7 @@ E-mail: sz...@hu... */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/fmfconv_output/fmfconv_scr.c b/fmfconv_output/fmfconv_scr.c index 5013a90..67df349 100644 --- a/fmfconv_output/fmfconv_scr.c +++ b/fmfconv_output/fmfconv_scr.c @@ -20,7 +20,7 @@ E-mail: sz...@hu... */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/fmfconv_output/fmfconv_wav.c b/fmfconv_output/fmfconv_wav.c index beca568..587845f 100644 --- a/fmfconv_output/fmfconv_wav.c +++ b/fmfconv_output/fmfconv_wav.c @@ -20,7 +20,7 @@ E-mail: sz...@hu... */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/fmfconv_output/fmfconv_yuv.c b/fmfconv_output/fmfconv_yuv.c index 67a8342..1ea405f 100644 --- a/fmfconv_output/fmfconv_yuv.c +++ b/fmfconv_output/fmfconv_yuv.c @@ -20,7 +20,7 @@ E-mail: sz...@hu... */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/fmfconv_res.rc b/fmfconv_res.rc index b33df9e..c3b49df 100644 --- a/fmfconv_res.rc +++ b/fmfconv_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/fmfconv_types.h b/fmfconv_types.h index 06dc9ac..d090045 100644 --- a/fmfconv_types.h +++ b/fmfconv_types.h @@ -25,7 +25,7 @@ #include <stdio.h> -#include <libspectrum.h> +#include "libspectrum.h" typedef enum { STANDARD, /* screen type $ -> normal Spectrum */ diff --git a/importer/interpolator.h b/importer/interpolator.h index 49cc63a..c2d0308 100644 --- a/importer/interpolator.h +++ b/importer/interpolator.h @@ -27,7 +27,7 @@ #include <math.h> -#include <libspectrum.h> +#include "libspectrum.h" #include "importer/soundfile.h" diff --git a/importer/schmitt.h b/importer/schmitt.h index e8c9584..ae764f6 100644 --- a/importer/schmitt.h +++ b/importer/schmitt.h @@ -25,7 +25,7 @@ #ifndef SCHMITT_H #define SCHMITT_H -#include <libspectrum.h> +#include "libspectrum.h" #include "audio2tape.h" #include "importer/trigger.h" diff --git a/importer/soundfile.h b/importer/soundfile.h index d87b19b..5e654b0 100644 --- a/importer/soundfile.h +++ b/importer/soundfile.h @@ -29,7 +29,7 @@ #include <memory> #include <vector> -#include <libspectrum.h> +#include "libspectrum.h" #include "trigger.h" diff --git a/importer/trigger.h b/importer/trigger.h index 74939ec..e944820 100644 --- a/importer/trigger.h +++ b/importer/trigger.h @@ -25,7 +25,7 @@ #ifndef TRIGGER_H #define TRIGGER_H -#include <libspectrum.h> +#include "libspectrum.h" class trigger { public: diff --git a/keys.c b/keys.c index 2c15051..05e20d5 100644 --- a/keys.c +++ b/keys.c @@ -21,9 +21,9 @@ */ -#include <config.h> +#include "config.h" -#include <libspectrum.h> +#include "libspectrum.h" #include "utils.h" diff --git a/listbasic.c b/listbasic.c index 8747b11..3a49a12 100644 --- a/listbasic.c +++ b/listbasic.c @@ -26,7 +26,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <getopt.h> @@ -37,7 +37,7 @@ #include <fcntl.h> #include <unistd.h> -#include <libspectrum.h> +#include "libspectrum.h" #include "utils.h" diff --git a/listbasic_res.rc b/listbasic_res.rc index 0fc8afb..462e2c8 100644 --- a/listbasic_res.rc +++ b/listbasic_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/profile2map.c b/profile2map.c index 61aa1a4..cf0c836 100644 --- a/profile2map.c +++ b/profile2map.c @@ -22,7 +22,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <getopt.h> @@ -30,7 +30,7 @@ #include <string.h> #include <unistd.h> -#include <libspectrum.h> +#include "libspectrum.h" #include "utils.h" diff --git a/profile2map_res.rc b/profile2map_res.rc index d1f78e8..c5d43f5 100644 --- a/profile2map_res.rc +++ b/profile2map_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/raw2hdf.c b/raw2hdf.c index 9fe9c55..2d938de 100644 --- a/raw2hdf.c +++ b/raw2hdf.c @@ -22,7 +22,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <getopt.h> diff --git a/raw2hdf_res.rc b/raw2hdf_res.rc index 44c9ecb..a24f0a1 100644 --- a/raw2hdf_res.rc +++ b/raw2hdf_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/rzxcheck.c b/rzxcheck.c index c643e8c..72f75a4 100644 --- a/rzxcheck.c +++ b/rzxcheck.c @@ -22,7 +22,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <fcntl.h> @@ -33,7 +33,7 @@ #include <sys/stat.h> #include <unistd.h> -#include <libspectrum.h> +#include "libspectrum.h" #include "utils.h" diff --git a/rzxcheck_res.rc b/rzxcheck_res.rc index d410f54..add30b2 100644 --- a/rzxcheck_res.rc +++ b/rzxcheck_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/rzxdump.c b/rzxdump.c index ddd7d45..4e71ab5 100644 --- a/rzxdump.c +++ b/rzxdump.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <stddef.h> #include <stdio.h> @@ -37,7 +37,7 @@ #include <gcrypt.h> #endif /* #ifdef HAVE_GCRYPT_H */ -#include <libspectrum.h> +#include "libspectrum.h" #include "compat.h" #include "utils.h" diff --git a/rzxdump_res.rc b/rzxdump_res.rc index 5752706..65a3d79 100644 --- a/rzxdump_res.rc +++ b/rzxdump_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/rzxtool.c b/rzxtool.c index fc699b5..6c53053 100644 --- a/rzxtool.c +++ b/rzxtool.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <getopt.h> @@ -31,7 +31,7 @@ #ifdef HAVE_LIB_GLIB #include <glib.h> #endif /* #ifdef HAVE_LIB_GLIB */ -#include <libspectrum.h> +#include "libspectrum.h" #include "utils.h" diff --git a/rzxtool_res.rc b/rzxtool_res.rc index 9f6c67d..ecaa87d 100644 --- a/rzxtool_res.rc +++ b/rzxtool_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/scl2trd.c b/scl2trd.c index 9ac9400..dc6b320 100644 --- a/scl2trd.c +++ b/scl2trd.c @@ -22,7 +22,7 @@ */ -#include <config.h> +#include "config.h" #include <getopt.h> #include <stdio.h> diff --git a/scl2trd_res.rc b/scl2trd_res.rc index dd3f8d7..77274cd 100644 --- a/scl2trd_res.rc +++ b/scl2trd_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/snap2tzx.c b/snap2tzx.c index 6826766..f62692e 100644 --- a/snap2tzx.c +++ b/snap2tzx.c @@ -26,7 +26,7 @@ */ -#include <config.h> +#include "config.h" #include <getopt.h> #include <errno.h> @@ -35,7 +35,7 @@ #include <string.h> #include <unistd.h> -#include <libspectrum.h> +#include "libspectrum.h" #include "compat.h" #include "utils.h" diff --git a/snap2tzx_res.rc b/snap2tzx_res.rc index 39fa8e1..ac5c46a 100644 --- a/snap2tzx_res.rc +++ b/snap2tzx_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/snapconv.c b/snapconv.c index 26102fc..c231578 100644 --- a/snapconv.c +++ b/snapconv.c @@ -22,7 +22,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <getopt.h> @@ -31,7 +31,7 @@ #include <sys/types.h> #include <unistd.h> -#include <libspectrum.h> +#include "libspectrum.h" #include "compat.h" #include "utils.h" diff --git a/snapconv_res.rc b/snapconv_res.rc index d75d952..2a696ad 100644 --- a/snapconv_res.rc +++ b/snapconv_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/snapdump.c b/snapdump.c index 64065e1..7e04d2e 100644 --- a/snapdump.c +++ b/snapdump.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <getopt.h> @@ -34,7 +34,7 @@ #include <gcrypt.h> #endif /* #ifdef HAVE_GCRYPT_H */ -#include <libspectrum.h> +#include "libspectrum.h" #include "compat.h" #include "utils.h" diff --git a/snapdump_res.rc b/snapdump_res.rc index 6164d34..ca2f703 100644 --- a/snapdump_res.rc +++ b/snapdump_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/tape2pulses.c b/tape2pulses.c index a34ae46..ce1e8eb 100644 --- a/tape2pulses.c +++ b/tape2pulses.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <getopt.h> @@ -29,7 +29,7 @@ #include <string.h> #include <unistd.h> -#include <libspectrum.h> +#include "libspectrum.h" #include "utils.h" diff --git a/tape2pulses_res.rc b/tape2pulses_res.rc index f19ab95..b545d1b 100644 --- a/tape2pulses_res.rc +++ b/tape2pulses_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/tape2wav.c b/tape2wav.c index 9aa47a6..27c01f5 100644 --- a/tape2wav.c +++ b/tape2wav.c @@ -22,7 +22,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <fcntl.h> @@ -31,7 +31,7 @@ #include <string.h> #include <unistd.h> -#include <libspectrum.h> +#include "libspectrum.h" #include <audiofile.h> diff --git a/tape2wav_res.rc b/tape2wav_res.rc index dd0632c..5d08af9 100644 --- a/tape2wav_res.rc +++ b/tape2wav_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/tapeconv.c b/tapeconv.c index 4eabfad..029b0aa 100644 --- a/tapeconv.c +++ b/tapeconv.c @@ -22,7 +22,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <getopt.h> @@ -30,7 +30,7 @@ #include <string.h> #include <unistd.h> -#include <libspectrum.h> +#include "libspectrum.h" #include "utils.h" diff --git a/tapeconv_res.rc b/tapeconv_res.rc index e41950e..1d1d95b 100644 --- a/tapeconv_res.rc +++ b/tapeconv_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/tzxlist.c b/tzxlist.c index 59c6697..2d4ac56 100644 --- a/tzxlist.c +++ b/tzxlist.c @@ -24,7 +24,7 @@ */ -#include <config.h> +#include "config.h" #include <errno.h> #include <fcntl.h> @@ -41,7 +41,7 @@ #include <sys/stat.h> #include <unistd.h> -#include <libspectrum.h> +#include "libspectrum.h" #include "utils.h" diff --git a/tzxlist_res.rc b/tzxlist_res.rc index 3e7e17a..80509f6 100644 --- a/tzxlist_res.rc +++ b/tzxlist_res.rc @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <windows.h> diff --git a/utils.c b/utils.c index 4a816cd..1949298 100644 --- a/utils.c +++ b/utils.c @@ -21,7 +21,7 @@ */ -#include <config.h> +#include "config.h" #include <sys/types.h> #include <sys/stat.h> @@ -35,7 +35,7 @@ #include <sys/utsname.h> #endif -#include <libspectrum.h> +#include "libspectrum.h" #include "compat.h" #include "utils.h" diff --git a/utils.h b/utils.h index 50106e1..5caf866 100644 --- a/utils.h +++ b/utils.h @@ -24,7 +24,7 @@ #ifndef FUSE_UTILS_UTILS_H #define FUSE_UTILS_UTILS_H -#include <libspectrum.h> +#include "libspectrum.h" int init_libspectrum( void ); int get_creator( libspectrum_creator **creator, const char *program ); |