summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-10 17:31:23 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-10 17:31:23 -0700
commitd0db9898af09e0777bc86ff51adf17ac931aaddc (patch)
tree37d0a22f080929b7303b2c1cecd9b6b0aa6d3415
parent228e50fe0578c747029a7af00be18c346100f76c (diff)
scope.h: remove second include of fd.h
once is enough Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--scope.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scope.h b/scope.h
index 8dc6b31..1c6cad5 100644
--- a/scope.h
+++ b/scope.h
@@ -99,8 +99,6 @@ extern char AudioServerHostName[MAXHOSTNAMELEN];
/* */
/* ********************************************** */
-#include "fd.h"
-
#define BUFFER_SIZE (1024 * 32)
struct fdinfo {