diff options
author | crupest <crupest@outlook.com> | 2022-01-12 02:30:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-12 02:30:25 +0800 |
commit | 882d843083895f4905571dc273e801ee18fd5984 (patch) | |
tree | 163890b8ccb64b8eff28af558ac803affe392488 /src/win/Exception.cpp | |
parent | 01f98ce88950cdb729f5db58bf26f2fffa1c326c (diff) | |
download | cru-882d843083895f4905571dc273e801ee18fd5984.tar.gz cru-882d843083895f4905571dc273e801ee18fd5984.tar.bz2 cru-882d843083895f4905571dc273e801ee18fd5984.zip |
...
Diffstat (limited to 'src/win/Exception.cpp')
-rw-r--r-- | src/win/Exception.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/win/Exception.cpp b/src/win/Exception.cpp index df2103fd..a7b0927a 100644 --- a/src/win/Exception.cpp +++ b/src/win/Exception.cpp @@ -1,6 +1,5 @@ #include "cru/win/Exception.hpp" -#include <fmt/format.h> #include <optional> namespace cru::platform::win { |