aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/memory/shared_ring_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/memory/shared_ring_buffer.cc')
-rw-r--r--src/profiling/memory/shared_ring_buffer.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/memory/shared_ring_buffer.cc b/src/profiling/memory/shared_ring_buffer.cc
index bc563278b..1120c7a6d 100644
--- a/src/profiling/memory/shared_ring_buffer.cc
+++ b/src/profiling/memory/shared_ring_buffer.cc
@@ -16,16 +16,16 @@
#include "src/profiling/memory/shared_ring_buffer.h"
-#include <atomic>
-#include <type_traits>
-
#include <errno.h>
#include <fcntl.h>
-#include <inttypes.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
+#include <atomic>
+#include <cinttypes>
+#include <type_traits>
+
#include "perfetto/base/build_config.h"
#include "perfetto/ext/base/scoped_file.h"
#include "perfetto/ext/base/temp_file.h"