From 60047e802926d4b2b3aed78ce961ab0a5c8b6e4a Mon Sep 17 00:00:00 2001 From: arcum42 Date: Sat, 8 Apr 2023 04:26:13 -0700 Subject: [PATCH] common: Remove some unneeded includes. --- common/SafeArray.inl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/SafeArray.inl b/common/SafeArray.inl index 8ae15feae9..9732b65a05 100644 --- a/common/SafeArray.inl +++ b/common/SafeArray.inl @@ -15,13 +15,9 @@ #pragma once -#include "common/AlignedMalloc.h" #include "common/Assertions.h" -#include "common/Exceptions.h" #include "common/SafeArray.h" -#include "fmt/core.h" - // Internal constructor for use by derived classes. This allows a derived class to // use its own memory allocation (with an aligned memory, for example). // Throws: