diff options
Diffstat (limited to 'xmrstak/net/jpsock.cpp')
-rw-r--r-- | xmrstak/net/jpsock.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/xmrstak/net/jpsock.cpp b/xmrstak/net/jpsock.cpp index d287375..ae20e52 100644 --- a/xmrstak/net/jpsock.cpp +++ b/xmrstak/net/jpsock.cpp @@ -24,15 +24,15 @@ #include <stdarg.h> #include <assert.h> -#include "jpsock.h" -#include "executor.h" -#include "jconf.h" - -#include "rapidjson/document.h" -#include "jext.h" -#include "socks.h" -#include "socket.h" -#include "version.h" +#include "jpsock.hpp" +#include "socks.hpp" +#include "socket.hpp" + +#include "xmrstak/misc/executor.hpp" +#include "xmrstak/jconf.hpp" +#include "xmrstak/misc/jext.hpp" +#include "xmrstak/version.hpp" + #define AGENTID_STR XMR_STAK_NAME "/" XMR_STAK_VERSION |