diff options
author | saturneric <[email protected]> | 2023-12-23 12:07:26 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-23 12:07:26 +0000 |
commit | 4f29479ec7c128ab035d76e32006d8b0c7d0b9f1 (patch) | |
tree | 006f58359a2a0ade32513139a969cf4650c52234 /src/main.cpp | |
parent | fix: gen key test cases typeid rtti issues (diff) | |
download | GpgFrontend-4f29479ec7c128ab035d76e32006d8b0c7d0b9f1.tar.gz GpgFrontend-4f29479ec7c128ab035d76e32006d8b0c7d0b9f1.zip |
fix: solve all issues of test cases on macos m1
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3bffe608..9e9bf091 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -41,7 +41,6 @@ #include "cmd.h" #include "core/utils/MemoryUtils.h" #include "init.h" -#include "spdlog/spdlog.h" namespace po = boost::program_options; |