summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPServer.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-10-24 09:13:39 +0200
committerMattes D <github@xoft.cz>2014-10-24 09:13:39 +0200
commit190d34e2f7faf4889f097853872afc51499077ad (patch)
treeac92559e9b37492c4b0225fd7aa9972a0db4702e /src/HTTPServer/HTTPServer.h
parentOSSupport/CMakeLists.txt: fixed indentation (diff)
parentIniFile: Removed the problematic printf-like Set function. (diff)
downloadcuberite-190d34e2f7faf4889f097853872afc51499077ad.tar
cuberite-190d34e2f7faf4889f097853872afc51499077ad.tar.gz
cuberite-190d34e2f7faf4889f097853872afc51499077ad.tar.bz2
cuberite-190d34e2f7faf4889f097853872afc51499077ad.tar.lz
cuberite-190d34e2f7faf4889f097853872afc51499077ad.tar.xz
cuberite-190d34e2f7faf4889f097853872afc51499077ad.tar.zst
cuberite-190d34e2f7faf4889f097853872afc51499077ad.zip
Diffstat (limited to 'src/HTTPServer/HTTPServer.h')
-rw-r--r--src/HTTPServer/HTTPServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTTPServer/HTTPServer.h b/src/HTTPServer/HTTPServer.h
index 522b7da62..73d4cbdd0 100644
--- a/src/HTTPServer/HTTPServer.h
+++ b/src/HTTPServer/HTTPServer.h
@@ -11,7 +11,7 @@
#include "../OSSupport/ListenThread.h"
#include "../OSSupport/SocketThreads.h"
-#include "inifile/iniFile.h"
+#include "../IniFile.h"
#include "PolarSSL++/RsaPrivateKey.h"
#include "PolarSSL++/CryptoKey.h"
#include "PolarSSL++/X509Cert.h"