summaryrefslogtreecommitdiffstats
path: root/src/World/Block.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-02-06 19:51:20 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-02-06 19:51:20 +0100
commitd73c8b930b6c164a58621ae09a6cc727976e5657 (patch)
tree7920859c38ba48602af38ac7eb0d4113789df81c /src/World/Block.hpp
parentfb81ea7d60fa6fb879b6b35178405d6b034b9210 (diff)
downloadMinedMap-d73c8b930b6c164a58621ae09a6cc727976e5657.tar
MinedMap-d73c8b930b6c164a58621ae09a6cc727976e5657.zip
Include cleanup
Also remove all uses of unistd.h by replacing unlink with std::rename
Diffstat (limited to 'src/World/Block.hpp')
-rw-r--r--src/World/Block.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World/Block.hpp b/src/World/Block.hpp
index b636f06..81d8b27 100644
--- a/src/World/Block.hpp
+++ b/src/World/Block.hpp
@@ -26,7 +26,7 @@
#pragma once
-#include <stdint.h>
+#include <cstdint>
namespace MinedMap {