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
66 changed files with 43 additions and 112 deletions

View File

@ -30,12 +30,12 @@
#pragma once
#include "core/object/object_id.h"
#include "core/typedefs.h"
#include <atomic> // We'd normally use safe_refcount.h, but that would cause circular includes.
#include <atomic> // IWYU pragma: keep // Used in macro. We'd normally use `safe_refcount.h`, but that would cause circular includes.
class String;
class ObjectID;
enum ErrorHandlerType {
ERR_HANDLER_ERROR,