summaryrefslogtreecommitdiffstats
path: root/xmrstak/jconf.cpp
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-29 21:43:43 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-30 23:46:08 +0200
commit8babae3156430f5aa6b804f7c352ffb178097963 (patch)
tree6c09c50e518c1d6342c06b3890f71043fc0e90b5 /xmrstak/jconf.cpp
parent4526840bb6347eaed7d80a807357f969f9c68a40 (diff)
downloadxmr-stak-8babae3156430f5aa6b804f7c352ffb178097963.zip
xmr-stak-8babae3156430f5aa6b804f7c352ffb178097963.tar.gz
cleanup includes
Diffstat (limited to 'xmrstak/jconf.cpp')
-rw-r--r--xmrstak/jconf.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp
index bfa2626..cb90feb 100644
--- a/xmrstak/jconf.cpp
+++ b/xmrstak/jconf.cpp
@@ -21,8 +21,12 @@
*
*/
-#include "jconf.h"
-#include "console.h"
+#include "jconf.hpp"
+#include "params.hpp"
+
+#include "xmrstak/misc/console.hpp"
+#include "xmrstak/misc/jext.hpp"
+#include "xmrstak/misc/console.hpp"
#include <stdio.h>
#include <stdlib.h>
@@ -35,11 +39,6 @@
#include <cpuid.h>
#endif
-#include "rapidjson/document.h"
-#include "rapidjson/error/en.h"
-#include "jext.h"
-#include "console.h"
-#include "Params.hpp"
using namespace rapidjson;
OpenPOWER on IntegriCloud