mirror of https://github.com/PCSX2/pcsx2.git
common: Remove some unneeded includes.
This commit is contained in:
parent
e37fff1213
commit
60047e8029
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue