Minor fixes

This commit is contained in:
Lynix
2023-11-21 22:07:00 +01:00
parent 80cab34088
commit 5f796666f0
4 changed files with 4 additions and 14 deletions

View File

@@ -3,10 +3,10 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Posix/FileImpl.hpp>
#include <NazaraUtils/Algorithm.hpp>
#include <Nazara/Core/Algorithm.hpp>
#include <Nazara/Core/Error.hpp>
#include <Nazara/Core/StringExt.hpp>
#include <NazaraUtils/Algorithm.hpp>
#include <cstdio>
#include <fcntl.h>
#include <unistd.h>