]> git.lizzy.rs Git - minetest.git/blobdiff - src/gettext.cpp
Switch F3 to use 'enable_fog' setting
[minetest.git] / src / gettext.cpp
index 81d93fef3f0666418064b4ba98093d3ee2306137..81621ba891d10c29326ff7cd85520cb8c887cc12 100644 (file)
@@ -18,9 +18,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 */
 
 #include <string>
-#include <string.h>
+#include <cstring>
 #include <iostream>
-#include <stdlib.h>
+#include <cstdlib>
 #include "gettext.h"
 #include "util/string.h"
 #include "log.h"