summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/backendConnector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/backend/backendConnector.hpp')
-rw-r--r--xmrstak/backend/backendConnector.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmrstak/backend/backendConnector.hpp b/xmrstak/backend/backendConnector.hpp
index 024d9b1..f573abc 100644
--- a/xmrstak/backend/backendConnector.hpp
+++ b/xmrstak/backend/backendConnector.hpp
@@ -1,10 +1,13 @@
#pragma once
+
+#include "iBackend.hpp"
+#include "miner_work.hpp"
+
#include <thread>
#include <vector>
#include <atomic>
#include <mutex>
-#include "IBackend.hpp"
-#include "miner_work.h"
+
namespace xmrstak
{
OpenPOWER on IntegriCloud