summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPServer.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-10-23 15:15:10 +0200
committerMattes D <github@xoft.cz>2014-10-23 15:15:10 +0200
commit449d08cb3d1a8ef430430790fcea0ce36b713866 (patch)
treed6b8c2d3f8ab1dbd9139d964ba130912cae5c949 /src/HTTPServer/HTTPServer.h
parentRemoved the "conditional expression is constant" warning. (diff)
downloadcuberite-449d08cb3d1a8ef430430790fcea0ce36b713866.tar
cuberite-449d08cb3d1a8ef430430790fcea0ce36b713866.tar.gz
cuberite-449d08cb3d1a8ef430430790fcea0ce36b713866.tar.bz2
cuberite-449d08cb3d1a8ef430430790fcea0ce36b713866.tar.lz
cuberite-449d08cb3d1a8ef430430790fcea0ce36b713866.tar.xz
cuberite-449d08cb3d1a8ef430430790fcea0ce36b713866.tar.zst
cuberite-449d08cb3d1a8ef430430790fcea0ce36b713866.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"