Browse Source

remove inclusion of <uuid/uuid.h> since it is not actually used any more

tags/0.124
Paul Davis 11 years ago
parent
commit
be88fce800
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      jackd/clientengine.c
  2. +0
    -1
      libjack/port.c

+ 0
- 1
jackd/clientengine.c View File

@@ -28,7 +28,6 @@
#include <unistd.h>
#include <string.h>
#include <signal.h>
#include <uuid/uuid.h>

#include "internal.h"
#include "engine.h"


+ 0
- 1
libjack/port.c View File

@@ -24,7 +24,6 @@

#include <config.h>
#include <sys/mman.h>
#include <uuid/uuid.h>

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


Loading…
Cancel
Save