Style: Begin integrating simple .clangd fixes

This commit is contained in:
Thaddeus Crews 2025-02-20 08:40:46 -06:00
parent 2303ce843a
commit f09ee0171a
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
66 changed files with 43 additions and 112 deletions

View file

@ -33,9 +33,8 @@
#include "core/error/error_macros.h"
#include "core/templates/safe_refcount.h"
#include <stddef.h>
#include <cstring>
#include <new>
#include <new> // IWYU pragma: keep // `new` operators.
#include <type_traits>
class Memory {

View file

@ -30,11 +30,8 @@
#pragma once
#include <cstdint>
#ifdef THREADS_ENABLED
#include "core/error/error_list.h"
#include "core/typedefs.h"
#ifdef DEBUG_ENABLED
#include "core/error/error_macros.h"