1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-19 01:36:33 -04:00

[util] Non needed includes

This commit is contained in:
Witold Filipczyk 2024-08-29 11:26:14 +02:00
parent 2dfcc60be9
commit 87b5310fc7

View File

@ -16,11 +16,6 @@
#include <unistd.h>
#endif
#ifdef CONFIG_OS_WIN32
#include <share.h>
#include <fcntl.h>
#endif
#include "elinks.h"
#include "config/options.h"