Browse Source
remove inclusion of <uuid/uuid.h> since it is not actually used any more
tags/0.124
Paul Davis
11 years ago
2 changed files with
0 additions and
2 deletions
-
jackd/clientengine.c
-
libjack/port.c
|
|
@@ -28,7 +28,6 @@ |
|
|
|
#include <unistd.h> |
|
|
|
#include <string.h> |
|
|
|
#include <signal.h> |
|
|
|
#include <uuid/uuid.h> |
|
|
|
|
|
|
|
#include "internal.h" |
|
|
|
#include "engine.h" |
|
|
|
|
|
@@ -24,7 +24,6 @@ |
|
|
|
|
|
|
|
#include <config.h> |
|
|
|
#include <sys/mman.h> |
|
|
|
#include <uuid/uuid.h> |
|
|
|
|
|
|
|
#include <jack/jack.h> |
|
|
|
#include <jack/types.h> |
|
|
|