clean public header dependencies (#8725)

* remove io::ostream dependency from CString.h + clang tidy

* remove ostream.h dependency from Invocable.h

* remove Panic.h dependency from FixedCapacityVector.h

* remove ostream.h dependency from backend/ headers

* clang tidy Panic.h/Panic.cpp
This commit is contained in:
Mathias Agopian
2025-05-13 11:32:45 -07:00
committed by GitHub
parent 5b3f13fc1d
commit 86a500c846
32 changed files with 236 additions and 110 deletions

View File

@@ -17,6 +17,7 @@
#include <gtest/gtest.h>
#include <utils/FixedCapacityVector.h>
#include <utils/Panic.h>
using namespace utils;