0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

exception: Narrow down specific header

We can use the <exception> header instead of pulling in all of the
exception-style classes.
This commit is contained in:
Lioncash 2021-07-27 04:09:15 -04:00
parent d6c799494c
commit 90f3678ada

View File

@ -4,7 +4,7 @@
#pragma once
#include <stdexcept>
#include <exception>
#include <string>
#include <string_view>
#include <utility>