From 7f1c5e9bd5a1b73d38ac12fc6951fef7e331d9b2 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Fri, 19 May 2023 13:23:50 +0100 Subject: [PATCH] d/vive: Tidy header includes --- src/xrt/drivers/vive/vive_source.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/xrt/drivers/vive/vive_source.c b/src/xrt/drivers/vive/vive_source.c index 2fa2e85d5..dc5acbd58 100644 --- a/src/xrt/drivers/vive/vive_source.c +++ b/src/xrt/drivers/vive/vive_source.c @@ -7,15 +7,19 @@ * @ingroup drv_vive */ -#include "math/m_clock_offset.h" -#include "os/os_threading.h" -#include "util/u_deque.h" -#include "util/u_logging.h" #include "xrt/xrt_frame.h" #include "xrt/xrt_tracking.h" +#include "os/os_threading.h" + +#include "math/m_clock_offset.h" + +#include "util/u_deque.h" +#include "util/u_logging.h" + #include "vive.h" + /*! * Manages the data streaming state related to a vive headset. *