OSDN Git Service
(root)
/
android-x86
/
external-alsa-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e7fe28
)
Reducet a bit header files
author
Jaroslav Kysela
<perex@perex.cz>
Tue, 18 Mar 2003 18:03:24 +0000
(18:03 +0000)
committer
Jaroslav Kysela
<perex@perex.cz>
Tue, 18 Mar 2003 18:03:24 +0000
(18:03 +0000)
src/socket.c
patch
|
blob
|
history
diff --git
a/src/socket.c
b/src/socket.c
index
75f92c2
..
9591143
100644
(file)
--- a/
src/socket.c
+++ b/
src/socket.c
@@
-29,17
+29,9
@@
#include <stdlib.h>
#include <stddef.h>
#include <unistd.h>
-#include <signal.h>
#include <string.h>
-#include <fcntl.h>
-#include <sys/ioctl.h>
-#include <sys/mman.h>
-#include <sys/shm.h>
-#include <sys/sem.h>
-#include <sys/wait.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/mman.h>
#include "local.h"
#ifndef DOC_HIDDEN