Fix typos
[babeltrace.git] / src / plugins / ctf / fs-src / lttng-index.hpp
index 46f4a4d19195fff7a885cd7379e77052b9b6ad26..36dc7cc934d46366aa12ebf7b13f239e8699eacb 100644 (file)
@@ -9,9 +9,9 @@
 #ifndef LTTNG_INDEX_H
 #define LTTNG_INDEX_H
 
-#include <stddef.h>
+#include <cstdint>
 
-#include "compat/limits.h"
+#include "compat/limits.h" /* IWYU pragma: keep  */
 
 #define CTF_INDEX_MAGIC    0xC1F1DCC1
 #define CTF_INDEX_MAJOR    1
This page took 0.037726 seconds and 4 git commands to generate.