mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 21:35:46 +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:
parent
08350d1744
commit
d04bbd8207
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <stdexcept>
|
||||
#include <exception>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <utility>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue