summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorMarc-André Lureau <marc-andre.lureau@nokia.com>2009-04-04 23:19:53 +0300
committerMarc-André Lureau <marcandre.lureau@gmail.com>2009-06-20 17:29:08 +0300
commit125c52889626b2ac408ecbcc8ea85575f5808e07 (patch)
tree2dacf8016113b96c114a8a1e39bae0b4cce56670 /src/daemon
parent5dcdd5e3583f32c8bffb5a1892e318747070f5d8 (diff)
pulse: move pa_rtclock_now in pulsecommon
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/cpulimit.c3
-rw-r--r--src/daemon/main.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/daemon/cpulimit.c b/src/daemon/cpulimit.c
index e9cefdcc..c2877ecf 100644
--- a/src/daemon/cpulimit.c
+++ b/src/daemon/cpulimit.c
@@ -24,13 +24,14 @@
#endif
#include <pulse/error.h>
+#include <pulse/rtclock.h>
#include <pulse/timeval.h>
+#include <pulsecore/core-rtclock.h>
#include <pulsecore/core-util.h>
#include <pulsecore/core-error.h>
#include <pulsecore/log.h>
#include <pulsecore/macro.h>
-#include <pulsecore/rtclock.h>
#include "cpulimit.h"
diff --git a/src/daemon/main.c b/src/daemon/main.c
index 8058e122..083e4eae 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -73,6 +73,7 @@
#include <pulsecore/lock-autospawn.h>
#include <pulsecore/winsock.h>
#include <pulsecore/core-error.h>
+#include <pulsecore/core-rtclock.h>
#include <pulsecore/core.h>
#include <pulsecore/memblock.h>
#include <pulsecore/module.h>
@@ -85,7 +86,6 @@
#include <pulsecore/namereg.h>
#include <pulsecore/random.h>
#include <pulsecore/rtsig.h>
-#include <pulsecore/rtclock.h>
#include <pulsecore/macro.h>
#include <pulsecore/mutex.h>
#include <pulsecore/thread.h>