From 8babae3156430f5aa6b804f7c352ffb178097963 Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Fri, 29 Sep 2017 21:43:43 +0200 Subject: cleanup includes --- xmrstak/backend/globalStates.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmrstak/backend/globalStates.cpp') diff --git a/xmrstak/backend/globalStates.cpp b/xmrstak/backend/globalStates.cpp index 5251da8..ef582c1 100644 --- a/xmrstak/backend/globalStates.cpp +++ b/xmrstak/backend/globalStates.cpp @@ -21,15 +21,15 @@ * */ +#include "miner_work.hpp" +#include "globalStates.hpp" + #include #include #include #include -#include "miner_work.h" -#include "GlobalStates.hpp" - namespace xmrstak { -- cgit v1.1