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 /**