Browse Source

remove several #include <jack/error.h> references

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@434 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
joq 22 years ago
parent
commit
ba9bdcdf05
5 changed files with 1 additions and 5 deletions
  1. +1
    -1
      configure.in
  2. +0
    -1
      drivers/alsa/hammerfall.c
  3. +0
    -1
      drivers/alsa/hdsp.c
  4. +0
    -1
      drivers/alsa/ice1712.c
  5. +0
    -1
      jack/jack.h

+ 1
- 1
configure.in View File

@@ -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


+ 0
- 1
drivers/alsa/hammerfall.c View File

@@ -21,7 +21,6 @@
#include <jack/hardware.h>
#include <jack/alsa_driver.h>
#include <jack/hammerfall.h>
#include <jack/error.h>
#include <jack/internal.h>

static void


+ 0
- 1
drivers/alsa/hdsp.c View File

@@ -22,7 +22,6 @@
#include <jack/hardware.h>
#include <jack/alsa_driver.h>
#include <jack/hdsp.h>
#include <jack/error.h>
#include <jack/internal.h>

/* Constants to make working with the hdsp matrix mixer easier */


+ 0
- 1
drivers/alsa/ice1712.c View File

@@ -24,7 +24,6 @@
#include <jack/hardware.h>
#include <jack/alsa_driver.h>
#include <jack/ice1712.h>
#include <jack/error.h>
#include <jack/internal.h>

static int


+ 0
- 1
jack/jack.h View File

@@ -28,7 +28,6 @@ extern "C" {
#include <pthread.h>

#include <jack/types.h>
#include <jack/error.h>
#include <jack/transport.h>

/**


Loading…
Cancel
Save