]> code.delx.au - pulseaudio/blobdiff - src/modules/module-sine-source.c
pulse: move pa_rtclock_now in pulsecommon
[pulseaudio] / src / modules / module-sine-source.c
index 9be4e195719359892c08cc9c896a64e7dd85b26f..33be66f567319728f6fa377cac23235ff1298093 100644 (file)
 #include <sys/ioctl.h>
 #include <sys/poll.h>
 
-#include <pulse/xmalloc.h>
+#include <pulse/rtclock.h>
 #include <pulse/timeval.h>
+#include <pulse/xmalloc.h>
 
 #include <pulsecore/core-error.h>
 #include <pulsecore/source.h>
 #include <pulsecore/module.h>
+#include <pulsecore/core-rtclock.h>
 #include <pulsecore/core-util.h>
 #include <pulsecore/modargs.h>
 #include <pulsecore/log.h>
 #include <pulsecore/thread.h>
 #include <pulsecore/thread-mq.h>
 #include <pulsecore/rtpoll.h>
-#include <pulsecore/rtclock.h>
 
 #include "module-sine-source-symdef.h"