mirror of
https://git.code.sf.net/p/fuse-emulator/fuse-utils
synced 2025-04-19 08:42:15 +03:00
Change libspectrum.h and config.h include style
This commit is contained in:
parent
4880523538
commit
bd1aaa7adc
@ -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"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <proto/dos.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#if !defined __STDC__ || !__STDC__
|
||||
|
@ -21,7 +21,7 @@
|
||||
02110-1301 USA. */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef _LIBC
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <libgen.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <libspectrum.h>
|
||||
#include "libspectrum.h"
|
||||
|
||||
#include "converter/romloaderstate.h"
|
||||
#include "importer/soundfile.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
E-mail: szaszg@hu.inter.net
|
||||
*/
|
||||
|
||||
#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"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#ifndef FMFCONV_H
|
||||
#define FMFCONV_H
|
||||
|
||||
#include <libspectrum.h>
|
||||
#include "libspectrum.h"
|
||||
|
||||
#include "fmfconv_types.h"
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#ifndef FMFCONV_COMPR_H
|
||||
#define FMFCONV_COMPR_H
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
E-mail: szaszg@hu.inter.net
|
||||
|
||||
*/
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
E-mail: szaszg@hu.inter.net
|
||||
|
||||
*/
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
E-mail: szaszg@hu.inter.net
|
||||
|
||||
*/
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
E-mail: szaszg@hu.inter.net
|
||||
|
||||
*/
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
E-mail: szaszg@hu.inter.net
|
||||
|
||||
*/
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
E-mail: szaszg@hu.inter.net
|
||||
|
||||
*/
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <libspectrum.h>
|
||||
#include "libspectrum.h"
|
||||
|
||||
typedef enum {
|
||||
STANDARD, /* screen type $ -> normal Spectrum */
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include <libspectrum.h>
|
||||
#include "libspectrum.h"
|
||||
|
||||
#include "importer/soundfile.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#ifndef SCHMITT_H
|
||||
#define SCHMITT_H
|
||||
|
||||
#include <libspectrum.h>
|
||||
#include "libspectrum.h"
|
||||
|
||||
#include "audio2tape.h"
|
||||
#include "importer/trigger.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include <libspectrum.h>
|
||||
#include "libspectrum.h"
|
||||
|
||||
#include "trigger.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#ifndef TRIGGER_H
|
||||
#define TRIGGER_H
|
||||
|
||||
#include <libspectrum.h>
|
||||
#include "libspectrum.h"
|
||||
|
||||
class trigger {
|
||||
public:
|
||||
|
4
keys.c
4
keys.c
@ -21,9 +21,9 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <libspectrum.h>
|
||||
#include "libspectrum.h"
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <getopt.h>
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
4
utils.c
4
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user