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: