common: Remove some unneeded includes.

This commit is contained in:
arcum42 2023-04-08 04:26:13 -07:00 committed by refractionpcsx2
parent e37fff1213
commit 60047e8029
1 changed files with 0 additions and 4 deletions

View File

@ -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: