From d73c8b930b6c164a58621ae09a6cc727976e5657 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 6 Feb 2015 19:51:20 +0100 Subject: Include cleanup Also remove all uses of unistd.h by replacing unlink with std::rename --- src/World/Block.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/World') 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 +#include namespace MinedMap { -- cgit v1.2.3