Skip to content

Commit

Permalink
Exclude unused dispatcher from miner
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jul 23, 2022
1 parent c3717ea commit 6ca7e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
#include <QThread>
#include <QTimerEvent>

#undef ERROR

using namespace Logging;
using namespace CryptoNote;

Expand Down
1 change: 0 additions & 1 deletion src/Miner.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "CryptoNoteCore/Difficulty.h"
#include "CryptoNoteCore/OnceInInterval.h"
#include "Logging/LoggerRef.h"
#include <System/Dispatcher.h>
#include "Serialization/ISerializer.h"
#include "WalletAdapter.h"

Expand Down

0 comments on commit 6ca7e82

Please sign in to comment.