Include cleanup

Also remove all uses of unistd.h by replacing unlink with std::rename
This commit is contained in:
Matthias Schiffer 2015-02-06 19:51:20 +01:00
parent fb81ea7d60
commit d73c8b930b
3 changed files with 32 additions and 34 deletions

View file

@ -26,7 +26,7 @@
#pragma once
#include <stdint.h>
#include <cstdint>
namespace MinedMap {