remove obsoleted include statements

This commit is contained in:
Axel Kohlmeyer
2021-10-05 07:36:22 -04:00
parent 0bdc6d47e0
commit 741cf9c7d5

View File

@ -31,25 +31,6 @@
#include <cstring>
#include <ctime>
#if defined(__linux__)
#include <unistd.h> // for readlink
#endif
#if defined(__APPLE__)
#include <fcntl.h> // for fcntl
#include <sys/syslimits.h>
#endif
#if defined(_WIN32)
// target Windows version is Windows 7 and later
#if defined(_WIN32_WINNT)
#undef _WIN32_WINNT
#endif
#define _WIN32_WINNT _WIN32_WINNT_WIN7
#include <io.h>
#include <windows.h>
#endif
/*! \file utils.cpp */
/*