Fixes: 9d535a87381c: ("seq: user_client: add an API to schedule event")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
// SPDX-License-Identifier: LGPL-3.0-or-later
#include "user-client.h"
#include "query.h"
-#include "event-fixed.h"
-#include "event-variable.h"
#include "privates.h"
#include <sys/types.h>
#include <seq/port-info.h>
#include <seq/client-pool.h>
#include <seq/event.h>
+#include <seq/event-fixed.h>
+#include <seq/event-variable.h>
#include <seq/subscribe-data.h>
G_BEGIN_DECLS