diff options
| author | auth12 <[email protected]> | 2020-07-27 09:46:17 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-27 09:46:17 -0700 |
| commit | a2e89fde1acc5b189c55e0b8b38146194e455cd0 (patch) | |
| tree | 1f130027975733e0704a583aebb1a1832a22ec11 /client/src/include.h | |
| parent | Compile fix. (diff) | |
| download | loader-a2e89fde1acc5b189c55e0b8b38146194e455cd0.tar.xz loader-a2e89fde1acc5b189c55e0b8b38146194e455cd0.zip | |
Removed spdlog, using fmt wrapper instead.
More process class changes, support for 32/64bit processes.
Injection process improvements.
Other small changes.
Diffstat (limited to 'client/src/include.h')
| -rw-r--r-- | client/src/include.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/include.h b/client/src/include.h index d378325..4119f0e 100644 --- a/client/src/include.h +++ b/client/src/include.h @@ -32,6 +32,4 @@ #include <atomic> #include <mutex> #include <future> -#include <any> - -#include <spdlog/fmt/fmt.h>
\ No newline at end of file +#include <any>
\ No newline at end of file |