From cb485806c3cfdb4b09e670c2a5a925bed26afae1 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sat, 1 Dec 2018 14:03:34 +0100 Subject: [PATCH] remove unused io.h include --- CMakeLists.txt | 1 - src/config.cmake | 3 --- src/utils/fluidsynth_priv.h | 4 ---- 3 files changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0445467..d1fa324f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,7 +201,6 @@ if ( WIN32 ) # Check presence of MS include files check_include_file ( windows.h HAVE_WINDOWS_H ) - check_include_file ( io.h HAVE_IO_H ) check_include_file ( dsound.h HAVE_DSOUND_H ) check_include_files ( "windows.h;mmsystem.h" HAVE_MMSYSTEM_H ) diff --git a/src/config.cmake b/src/config.cmake index 2d1d786b..ae7c7dbe 100644 --- a/src/config.cmake +++ b/src/config.cmake @@ -43,9 +43,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@ -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_IO_H @HAVE_IO_H@ - /* whether or not we are supporting lash */ #cmakedefine HAVE_LASH @HAVE_LASH@ diff --git a/src/utils/fluidsynth_priv.h b/src/utils/fluidsynth_priv.h index d5dbdf7e..79446925 100644 --- a/src/utils/fluidsynth_priv.h +++ b/src/utils/fluidsynth_priv.h @@ -106,10 +106,6 @@ #include #endif -#if HAVE_IO_H -#include -#endif - #if HAVE_SIGNAL_H #include #endif