summaryrefslogtreecommitdiffstats
path: root/src/WebAdmin.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/WebAdmin.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/WebAdmin.h')
-rw-r--r--src/WebAdmin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAdmin.h b/src/WebAdmin.h
index 94b95dbcf..a85fb1f0c 100644
--- a/src/WebAdmin.h
+++ b/src/WebAdmin.h
@@ -7,7 +7,7 @@
#include "OSSupport/Socket.h"
#include "Bindings/LuaState.h"
-#include "inifile/iniFile.h"
+#include "IniFile.h"
#include "HTTPServer/HTTPServer.h"
#include "HTTPServer/HTTPFormParser.h"