dynarmic: remove unnecessary header
All checks were successful
eden-license / license-header (pull_request) Successful in 22s
All checks were successful
eden-license / license-header (pull_request) Successful in 22s
This commit is contained in:
parent
4585656f02
commit
88ca46aa68
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
#include <mcl/assert.hpp>
|
|
||||||
|
|
||||||
[[noreturn]] void assert_terminate_impl(const char* expr_str, fmt::string_view msg, fmt::format_args args);
|
[[noreturn]] void assert_terminate_impl(const char* expr_str, fmt::string_view msg, fmt::format_args args);
|
||||||
template<typename... Ts>
|
template<typename... Ts>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue