From ba9bdcdf0564c2dec2ebcf5a73a618add5ff61d5 Mon Sep 17 00:00:00 2001 From: joq Date: Sun, 20 Jul 2003 01:38:31 +0000 Subject: [PATCH] remove several #include references git-svn-id: svn+ssh://jackaudio.org/trunk/jack@434 0c269be4-1314-0410-8aa9-9f06e86f4224 --- configure.in | 2 +- drivers/alsa/hammerfall.c | 1 - drivers/alsa/hdsp.c | 1 - drivers/alsa/ice1712.c | 1 - jack/jack.h | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.in b/configure.in index c1ef86c..ab8c427 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ dnl changes are made dnl --- JACK_MAJOR_VERSION=0 JACK_MINOR_VERSION=74 -JACK_MICRO_VERSION=0 +JACK_MICRO_VERSION=1 dnl --- dnl HOWTO: updating the jack protocal version diff --git a/drivers/alsa/hammerfall.c b/drivers/alsa/hammerfall.c index 70bfbcb..b066140 100644 --- a/drivers/alsa/hammerfall.c +++ b/drivers/alsa/hammerfall.c @@ -21,7 +21,6 @@ #include #include #include -#include #include static void diff --git a/drivers/alsa/hdsp.c b/drivers/alsa/hdsp.c index 1d6d7aa..b83f228 100644 --- a/drivers/alsa/hdsp.c +++ b/drivers/alsa/hdsp.c @@ -22,7 +22,6 @@ #include #include #include -#include #include /* Constants to make working with the hdsp matrix mixer easier */ diff --git a/drivers/alsa/ice1712.c b/drivers/alsa/ice1712.c index 3bb7677..15284f5 100644 --- a/drivers/alsa/ice1712.c +++ b/drivers/alsa/ice1712.c @@ -24,7 +24,6 @@ #include #include #include -#include #include static int diff --git a/jack/jack.h b/jack/jack.h index e8798ef..750624c 100644 --- a/jack/jack.h +++ b/jack/jack.h @@ -28,7 +28,6 @@ extern "C" { #include #include -#include #include /**