···7 * @author Ryan Pavlik <ryan.pavlik@collabora.com>
8 * @ingroup aux_util
9 */
10+#pragma once
11+12+// IWYU pragma: private, include "util/u_template_historybuf.hpp"
1314#include <stddef.h>
15#include <type_traits>
+1-1
src/xrt/auxiliary/util/u_time.h
···20#include "xrt/xrt_compiler.h"
2122#include <stdint.h>
23-#include <time.h>
2425#if defined(XRT_ENV_MINGW)
26// That define is needed before to include windows.h, to avoid a collision
···20#include "xrt/xrt_compiler.h"
2122#include <stdint.h>
23+#include <time.h> // IWYU pragma: keep
2425#if defined(XRT_ENV_MINGW)
26// That define is needed before to include windows.h, to avoid a collision