summaryrefslogtreecommitdiffstats
path: root/xmrstak/http
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/http
parent4526840bb6347eaed7d80a807357f969f9c68a40 (diff)
downloadxmr-stak-8babae3156430f5aa6b804f7c352ffb178097963.zip
xmr-stak-8babae3156430f5aa6b804f7c352ffb178097963.tar.gz
cleanup includes
Diffstat (limited to 'xmrstak/http')
-rw-r--r--xmrstak/http/httpd.cpp16
-rw-r--r--xmrstak/http/httpd.hpp2
2 files changed, 10 insertions, 8 deletions
diff --git a/xmrstak/http/httpd.cpp b/xmrstak/http/httpd.cpp
index 53b73f1..a112bbb 100644
--- a/xmrstak/http/httpd.cpp
+++ b/xmrstak/http/httpd.cpp
@@ -23,19 +23,19 @@
#ifndef CONF_NO_HTTPD
+
+#include "httpd.hpp"
+#include "webdesign.hpp"
+#include "xmrstak/net/msgstruct.hpp"
+#include "xmrstak/misc/console.hpp"
+#include "xmrstak/misc/executor.hpp"
+#include "xmrstak/jconf.hpp"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <string>
-#include "msgstruct.h"
-#include "httpd.h"
-#include "console.h"
-#include "executor.h"
-#include "jconf.h"
-
-#include "webdesign.h"
-
#include <microhttpd.h>
#ifdef _WIN32
#define strcasecmp _stricmp
diff --git a/xmrstak/http/httpd.hpp b/xmrstak/http/httpd.hpp
index bc8bcf6..3836968 100644
--- a/xmrstak/http/httpd.hpp
+++ b/xmrstak/http/httpd.hpp
@@ -1,5 +1,7 @@
#pragma once
+#include <stdlib.h>
+
struct MHD_Daemon;
struct MHD_Connection;
OpenPOWER on IntegriCloud