summaryrefslogtreecommitdiffstats
path: root/src/daemon/main.c
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-06-13 15:04:33 +0200
committerColin Guthrie <colin@mageia.org>2011-06-22 23:12:20 +0100
commitdd9265ac78b56c378bc7ca47920be9d9d93392b7 (patch)
treeafe6f2d056e765c35e27bf856dc0633f5bb3c0c3 /src/daemon/main.c
parent9ffa9382dd8627aa12f1cffd67c96a6dacb4420f (diff)
Remove unnecessary #includes
Diffstat (limited to 'src/daemon/main.c')
-rw-r--r--src/daemon/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/daemon/main.c b/src/daemon/main.c
index 53166560..90ed5ce0 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -33,7 +33,6 @@
#include <stddef.h>
#include <ltdl.h>
#include <limits.h>
-#include <fcntl.h>
#include <unistd.h>
#include <locale.h>
#include <sys/types.h>
@@ -74,7 +73,6 @@
#include <pulsecore/core-error.h>
#include <pulsecore/core-rtclock.h>
#include <pulsecore/core.h>
-#include <pulsecore/memblock.h>
#include <pulsecore/module.h>
#include <pulsecore/cli-command.h>
#include <pulsecore/log.h>
@@ -82,12 +80,8 @@
#include <pulsecore/sioman.h>
#include <pulsecore/cli-text.h>
#include <pulsecore/pid.h>
-#include <pulsecore/namereg.h>
#include <pulsecore/random.h>
#include <pulsecore/macro.h>
-#include <pulsecore/mutex.h>
-#include <pulsecore/thread.h>
-#include <pulsecore/once.h>
#include <pulsecore/shm.h>
#include <pulsecore/memtrap.h>
#include <pulsecore/strlist.h>