]> git.tuebingen.mpg.de Git - paraslash.git/commit
Remove some unnecessary includes.
authorAndre Noll <maan@systemlinux.org>
Mon, 28 Feb 2011 23:40:37 +0000 (00:40 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 27 Mar 2011 14:43:11 +0000 (16:43 +0200)
commitd7b4aa3835197ee906f13f515040e1cda6385544
tree91e642b5caedb5a0445bfb13bf6da3ee56a65a08
parente7593d7c153bfca2131b18621fb24ae18c1c0cb3
Remove some unnecessary includes.

This gets rid of quite some inclusions of <dirent.h> which are not needed
as most .c files do not deal with directories at all.

afs.c doe not mmap anything and needs nothing from sys/time.h so remove
these includes as well.
37 files changed:
afh.c
afh_common.c
afs.c
aft.c
alsa_write.c
audioc.c
audiod.c
audiod_command.c
client_common.c
command.c
crypt.c
dccp_recv.c
dccp_send.c
exec.c
fade.c
fecdec_filter.c
file_write.c
filter_common.c
grab_client.c
gui.c
http_recv.c
http_send.c
net.c
oss_write.c
osx_write.c
recv.c
sched.c
send_common.c
server.c
signal.c
stdin.c
stdout.c
udp_recv.c
udp_send.c
user_list.c
vss.c
write.c